Skip to content

Commit fd313db

Browse files
committed
update golden files
1 parent 36c7e20 commit fd313db

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

cli/testdata/coder_--help.golden

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SUBCOMMANDS:
2626
login Authenticate with Coder deployment
2727
logout Unauthenticate your local session
2828
netcheck Print network debug information for DERP and STUN
29+
open Open a workspace
2930
ping Ping a workspace
3031
port-forward Forward ports from a workspace to the local machine. For
3132
reverse port forwarding, use "coder ssh -R".

cli/testdata/coder_open_--help.golden

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
coder v0.0.0-devel
2+
3+
USAGE:
4+
coder open
5+
6+
Open a workspace
7+
8+
SUBCOMMANDS:
9+
vscode Open a workspace in Visual Studio Code
10+
11+
———
12+
Run `coder --help` for a list of global options.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
coder v0.0.0-devel
2+
3+
USAGE:
4+
coder open vscode [flags] <workspace> [<directory in workspace>]
5+
6+
Open a workspace in Visual Studio Code
7+
8+
———
9+
Run `coder --help` for a list of global options.

0 commit comments

Comments
 (0)