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

Commitaafb44c

Browse files
committed
fixup
1 parent5d2846c commitaafb44c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎cli/templateedit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
func (r*RootCmd)templateEdit()*serpent.Command {
1818
constdeprecatedFlagName="deprecated"
19-
daysOfWeekEnum:= []string{"monday","tuesday","wednesday","thursday","friday","saturday","sunday","all"}
19+
daysOfWeekEnum:= []string{"monday","tuesday","wednesday","thursday","friday","saturday","sunday"}
2020
var (
2121
namestring
2222
displayNamestring

‎cli/testdata/coder_templates_edit_--help.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ OPTIONS:
2525
--allow-user-cancel-workspace-jobs bool (default: true)
2626
Allow users to cancel in-progress workspace jobs.
2727

28-
--autostart-requirement-weekdays [monday|tuesday|wednesday|thursday|friday|saturday|sunday|all|all]
28+
--autostart-requirement-weekdays [monday|tuesday|wednesday|thursday|friday|saturday|sunday|all]
2929
Edit the template autostart requirement weekdays - workspaces created
3030
from this template can only autostart on the given weekdays. To unset
3131
this value for the template (and allow autostart on all days), pass
3232
'all'.
3333

34-
--autostop-requirement-weekdays [monday|tuesday|wednesday|thursday|friday|saturday|sunday|all|none]
34+
--autostop-requirement-weekdays [monday|tuesday|wednesday|thursday|friday|saturday|sunday|none]
3535
Edit the template autostop requirement weekdays - workspaces created
3636
from this template must be restarted on the given weekdays. To unset
3737
this value for the template (and disable the autostop requirement for

‎docs/cli/templates_edit.md

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp