coder/cli/testdata/coder_users_show_--help.golden

402 B

coder v0.0.0-devel
 
USAGE:
coder users show [flags] <username|user_id|'me'>
 
Show a single user. Use 'me' to indicate the currently authenticated user.
 
$ coder users show me
 
OPTIONS:
-o, --output string (default: table)
Output format. Available formats: table, json.
 
———
Run `coder --help` for a list of global options.