fix: show help on wraper commands (#4402)

This commit is contained in:
Garrett Delfosse
2022-10-06 16:15:28 -04:00
committed by GitHub
parent f5df54831a
commit a89d6909b2
8 changed files with 24 additions and 0 deletions
+3
View File
@@ -58,6 +58,9 @@ func schedules() *cobra.Command {
Annotations: workspaceCommand,
Use: "schedule { show | start | stop | override } <workspace>",
Short: "Schedule automated start and stop times for workspaces",
RunE: func(cmd *cobra.Command, args []string) error {
return cmd.Help()
},
}
scheduleCmd.AddCommand(