ShellCommand represents a shell command
| 148 | |
| 149 | // ShellCommand represents a shell command |
| 150 | type ShellCommand struct { |
| 151 | command *ConfigToken |
| 152 | } |
| 153 | |
| 154 | func (shellCommand *ShellCommand) configCommand() {} |
| 155 |
nothing calls this directly
no outgoing calls
no test coverage detected