File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ func autostart() *cobra.Command {
2323 Short : "schedule a workspace to automatically start at a regular time" ,
2424 Long : autostartDescriptionLong ,
2525 Example : "coder autostart enable my-workspace --minute 30 --hour 9 --days 1-5 --tz Europe/Dublin" ,
26- Hidden : true ,
2726 }
2827
2928 autostartCmd .AddCommand (autostartEnable ())
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ func autostop() *cobra.Command {
2222 Short : "schedule a workspace to automatically stop at a regular time" ,
2323 Long : autostopDescriptionLong ,
2424 Example : "coder autostop enable my-workspace --minute 0 --hour 18 --days 1-5 -tz Europe/Dublin" ,
25- Hidden : true ,
2625 }
2726
2827 autostopCmd .AddCommand (autostopEnable ())
You can’t perform that action at this time.
0 commit comments