Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2760b1 commit 9410237Copy full SHA for 9410237
cli/autostart.go
@@ -23,7 +23,6 @@ func autostart() *cobra.Command {
23
Short: "schedule a workspace to automatically start at a regular time",
24
Long: autostartDescriptionLong,
25
Example: "coder autostart enable my-workspace --minute 30 --hour 9 --days 1-5 --tz Europe/Dublin",
26
- Hidden: true,
27
}
28
29
autostartCmd.AddCommand(autostartEnable())
cli/autostop.go
@@ -22,7 +22,6 @@ func autostop() *cobra.Command {
22
Short: "schedule a workspace to automatically stop at a regular time",
Long: autostopDescriptionLong,
Example: "coder autostop enable my-workspace --minute 0 --hour 18 --days 1-5 -tz Europe/Dublin",
autostopCmd.AddCommand(autostopEnable())
0 commit comments