fix(cli): stat: explicitly specify resource SI prefix (#8206)

* fix(cli): move to explicitly specifying units

* make gen
This commit is contained in:
Cian Johnston
2023-06-26 18:06:38 +01:00
committed by GitHub
parent 1558ef52f1
commit 80ef147060
12 changed files with 161 additions and 83 deletions

View File

@ -9,5 +9,8 @@ Show disk usage, in gigabytes.
--path string (default: /)
Path for which to check disk usage.
--prefix Ki|Mi|Gi|Ti (default: Gi)
SI Prefix for disk measurement.
---
Run `coder --help` for a list of global options.