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 stat cpu [flags]
coder v0.0.0-devel
Show CPU usage, in cores.
USAGE:
coder stat cpu [flags]
Options
--host bool
Show CPU usage, in cores.
OPTIONS:
--host bool
Force host CPU measurement.
-o, --output string (default: text)
-o, --output string (default: text)
Output format. Available formats: text, json.
---
———
Run `coder --help` for a list of global options.