mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
perf(cli): optimize CPU consumption of help pages (#9607)
This change reduces the CPU consumption of --help by ~50%. Also, this change removes ANSI escape codes from our golden files. I don't think those were worth the inability to parallelize golden file tests and global state fragility.
This commit is contained in:
10
cli/testdata/coder_stat_disk_--help.golden
vendored
10
cli/testdata/coder_stat_disk_--help.golden
vendored
@ -1,18 +1,18 @@
|
||||
coder v0.0.0-devel
|
||||
|
||||
[93mUSAGE:[0m
|
||||
USAGE:
|
||||
coder stat disk [flags]
|
||||
|
||||
Show disk usage, in gigabytes.
|
||||
|
||||
[93mOPTIONS:[0m
|
||||
[96m-[0m[96mo[0m, [96m--[0m[96moutput[0m string (default: text)
|
||||
OPTIONS:
|
||||
-o, --output string (default: text)
|
||||
Output format. Available formats: text, json.
|
||||
|
||||
[96m--[0m[96mpath[0m string (default: /)
|
||||
--path string (default: /)
|
||||
Path for which to check disk usage.
|
||||
|
||||
[96m--[0m[96mprefix[0m Ki|Mi|Gi|Ti (default: Gi)
|
||||
--prefix Ki|Mi|Gi|Ti (default: Gi)
|
||||
SI Prefix for disk measurement.
|
||||
|
||||
———
|
||||
|
Reference in New Issue
Block a user