Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit eb444d4

Browse files
committed
fixup! fixup! fixup! fixup! fixup! Add integration tests for Secrets commands
1 parent 88b6ebc commit eb444d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/coder/secrets.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ type secretsCmd struct {
2828

2929
func (cmd secretsCmd) Spec() cli.CommandSpec {
3030
return cli.CommandSpec{
31-
Name: "secrets",
32-
Desc: "interact with secrets",
31+
Name: "secrets",
32+
Usage: "[subcommand]",
33+
Desc: "interact with secrets",
3334
}
3435
}
3536

0 commit comments

Comments
 (0)