(cmd *cobra.Command)
| 77 | } |
| 78 | |
| 79 | func OutputHelpMessage(cmd *cobra.Command) { |
| 80 | cmd.SetOutput(WrappedStderr) |
| 81 | cmd.Help() |
| 82 | WriteStderr("\n") |
| 83 | } |
| 84 | |
| 85 | func preRunSetupRpcClient(cmd *cobra.Command, args []string) error { |
| 86 | jwtToken := os.Getenv(wshutil.WaveJwtTokenVarName) |
no test coverage detected