Files
coder/cli/testdata/coder_users_show_--help.golden
2024-08-20 14:47:46 +10:00

16 lines
320 B
Plaintext

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 table|json (default: table)
Output format.
———
Run `coder --help` for a list of global options.