Run runs the command logic
(cobraCmd *cobra.Command, args []string)
| 25 | |
| 26 | // Run runs the command logic |
| 27 | func (cmd *TunnelCmd) Run(cobraCmd *cobra.Command, args []string) error { |
| 28 | return tunnel.StartTunnelServer(os.Stdin, os.Stdout, true, true) |
| 29 | } |
nothing calls this directly
no test coverage detected