mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: show help on wraper commands (#4402)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user