Skip to content

Commit b2b7aec

Browse files
committed
Explanatory text added
Signed-off-by: Kevin Stanley <stanleyk@objectcomputing.com>
1 parent f4dc812 commit b2b7aec

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • unityauth-cli/src/unityauth_cli

unityauth-cli/src/unityauth_cli/cli.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,14 @@ def cli(ctx: click.Context, api_url: Optional[str], output_format: Optional[str]
190190
unityauth tenant list # List accessible tenants
191191
unityauth role list # List available roles
192192
193+
\b
194+
Option placement:
195+
Global options (--verbose, --format) go BEFORE the command:
196+
unityauth --verbose user list
197+
unityauth -o json tenant list
198+
Command options go AFTER the command:
199+
unityauth user create --email user@example.com
200+
193201
For command-specific help:
194202
unityauth COMMAND --help
195203
"""

0 commit comments

Comments
 (0)