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 {
23
23
Short : "schedule a workspace to automatically start at a regular time" ,
24
24
Long : autostartDescriptionLong ,
25
25
Example : "coder autostart enable my-workspace --minute 30 --hour 9 --days 1-5 --tz Europe/Dublin" ,
26
- Hidden : true ,
27
26
}
28
27
29
28
autostartCmd .AddCommand (autostartEnable ())
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ func autostop() *cobra.Command {
22
22
Short : "schedule a workspace to automatically stop at a regular time" ,
23
23
Long : autostopDescriptionLong ,
24
24
Example : "coder autostop enable my-workspace --minute 0 --hour 18 --days 1-5 -tz Europe/Dublin" ,
25
- Hidden : true ,
26
25
}
27
26
28
27
autostopCmd .AddCommand (autostopEnable ())
You can’t perform that action at this time.
0 commit comments