Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9410237

Browse files
authored
chore: un-hide autostart and autostop commands (#1418)
1 parentb2760b1 commit9410237

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎cli/autostart.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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())

‎cli/autostop.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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())

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp