Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb6db4d

Browse files
chore: update description
1 parent 4efa39e commit fb6db4d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ Configure TLS for your SMTP server target.
475475

476476
NOTIFICATIONS / INBOX OPTIONS:
477477
--notifications-inbox-enabled bool, $CODER_NOTIFICATIONS_INBOX_ENABLED (default: true)
478-
TODO: Write description later.
478+
Enable Coder Inbox.
479479

480480
NOTIFICATIONS / WEBHOOK OPTIONS:
481481
--notifications-webhook-endpoint url, $CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT

cli/testdata/server-config.yaml.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ notifications:
644644
# (default: <unset>, type: url)
645645
endpoint:
646646
inbox:
647-
# TODO: Write description later.
647+
# Enable Coder Inbox.
648648
# (default: true, type: bool)
649649
enabled: true
650650
# The upper limit of attempts to send a notification.

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2870,7 +2870,7 @@ Write out the current server config as YAML to stdout.`,
28702870
},
28712871
{
28722872
Name: "Notifications: Inbox: Enabled",
2873-
Description: "TODO: Write description later.",
2873+
Description: "Enable Coder Inbox.",
28742874
Flag: "notifications-inbox-enabled",
28752875
Env: "CODER_NOTIFICATIONS_INBOX_ENABLED",
28762876
Value: &c.Notifications.Inbox.Enabled,

docs/reference/cli/server.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enterprise/cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ Configure TLS for your SMTP server target.
476476

477477
NOTIFICATIONS / INBOX OPTIONS:
478478
--notifications-inbox-enabled bool, $CODER_NOTIFICATIONS_INBOX_ENABLED (default: true)
479-
TODO: Write description later.
479+
Enable Coder Inbox.
480480

481481
NOTIFICATIONS / WEBHOOK OPTIONS:
482482
--notifications-webhook-endpoint url, $CODER_NOTIFICATIONS_WEBHOOK_ENDPOINT

0 commit comments

Comments
 (0)