@returns true if an instance of a channel should be created
| 9 | { |
| 10 | /// @returns true if an instance of a channel should be created |
| 11 | bool ShouldCreateChannel() const |
| 12 | { |
| 13 | return m_ChannelArguments || m_Command || m_TestChannelIO; |
| 14 | } |
| 15 | |
| 16 | /// Whether -h was set |
| 17 | bool m_ShowHelp = false; |