| 31 | ) |
| 32 | |
| 33 | type getCmd struct { |
| 34 | // start of flag vars |
| 35 | altkey bool |
| 36 | path string |
| 37 | port string |
| 38 | tls bool |
| 39 | // end of flag vars |
| 40 | |
| 41 | env *Env |
| 42 | } |
| 43 | |
| 44 | func init() { |
| 45 | cmdmain.RegisterMode("get", func(flags *flag.FlagSet) cmdmain.CommandRunner { |
nothing calls this directly
no outgoing calls
no test coverage detected