Skip to content

Commit 8658262

Browse files
fix: format SSH command flag alignment
Fix Go formatting for the quiet flag to match existing code style. Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
1 parent 180a9ac commit 8658262

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cli/ssh.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,11 +673,11 @@ func (r *RootCmd) ssh() *serpent.Command {
673673
UseInstead: []serpent.Option{waitOption},
674674
},
675675
{
676-
Flag: "quiet",
676+
Flag: "quiet",
677677
FlagShorthand: "q",
678-
Env: "CODER_SSH_QUIET",
679-
Description: "Suppress machine setup logs and connection indicators.",
680-
Value: serpent.BoolOf(&quiet),
678+
Env: "CODER_SSH_QUIET",
679+
Description: "Suppress machine setup logs and connection indicators.",
680+
Value: serpent.BoolOf(&quiet),
681681
},
682682
{
683683
Flag: "log-dir",

0 commit comments

Comments
 (0)