Files
coder/cli/testdata/coder_stat_disk_--help.golden
Cian Johnston 80ef147060 fix(cli): stat: explicitly specify resource SI prefix (#8206)
* fix(cli): move to explicitly specifying units

* make gen
2023-06-26 18:06:38 +01:00

17 lines
392 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Usage: coder stat disk [flags]
Show disk usage, in gigabytes.
Options
-o, --output string (default: text)
Output format. Available formats: text, json.
--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.