File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ func workspaceAutostart() *cobra.Command {
22
22
Short : "schedule a workspace to automatically start at a regular time" ,
23
23
Long : autostartDescriptionLong ,
24
24
Example : "coder workspaces autostart enable my-workspace --minute 30 --hour 9 --days 1-5 --tz Europe/Dublin" ,
25
- Hidden : true , // TODO(cian): un-hide when autostart scheduling implemented
25
+ Hidden : true ,
26
26
}
27
27
28
28
autostartCmd .AddCommand (workspaceAutostartEnable ())
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ func workspaceAutostop() *cobra.Command {
22
22
Short : "schedule a workspace to automatically stop at a regular time" ,
23
23
Long : autostopDescriptionLong ,
24
24
Example : "coder workspaces autostop enable my-workspace --minute 0 --hour 18 --days 1-5 -tz Europe/Dublin" ,
25
- Hidden : true , // TODO(cian): un-hide when autostop scheduling implemented
25
+ Hidden : true ,
26
26
}
27
27
28
28
autostopCmd .AddCommand (workspaceAutostopEnable ())
You can’t perform that action at this time.
0 commit comments