Skip to content

Commit 3021185

Browse files
committed
fixup! feat(cli): add support command and accompanying unit tests
1 parent a6a89c9 commit 3021185

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

cli/support.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ import (
2323
)
2424

2525
func (r *RootCmd) support() *clibase.Cmd {
26-
var (
27-
outputPath string
28-
)
26+
var outputPath string
2927
client := new(codersdk.Client)
3028
cmd := &clibase.Cmd{
3129
Use: "support <workspace> [<agent>]",

docs/cli/support.md

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

0 commit comments

Comments
 (0)