feat(cli): colorize help page (#9589)

This commit is contained in:
Ammar Bandukwala
2023-09-08 13:21:33 -05:00
committed by GitHub
parent 11404af9ca
commit e361f1107b
86 changed files with 1224 additions and 920 deletions

View File

@ -1,13 +1,16 @@
Usage: coder tokens create [flags]
coder v0.0.0-devel
Create a token
USAGE:
coder tokens create [flags]
Options
--lifetime duration, $CODER_TOKEN_LIFETIME (default: 720h0m0s)
Create a token
OPTIONS:
--lifetime duration, $CODER_TOKEN_LIFETIME (default: 720h0m0s)
Specify a duration for the lifetime of the token.
-n, --name string, $CODER_TOKEN_NAME
-n, --name string, $CODER_TOKEN_NAME
Specify a human-readable name.
---
———
Run `coder --help` for a list of global options.