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,10 +1,13 @@
Usage: coder rename [flags] <workspace> <new name>
coder v0.0.0-devel
Rename a workspace
USAGE:
coder rename [flags] <workspace> <new name>
Options
-y, --yes bool
Rename a workspace
OPTIONS:
-y, --yes bool
Bypass prompts.
---
———
Run `coder --help` for a list of global options.