1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-09 11:37:19 +03:00

wezterm: tweak help out for wezterm cli

refs: #1911
This commit is contained in:
Wez Furlong 2022-04-25 07:45:30 -07:00
parent f1d96b2d19
commit 157e6db700

View File

@ -138,6 +138,8 @@ impl std::str::FromStr for CliOutputFormatKind {
#[derive(Debug, StructOpt, Clone, Copy)]
struct CliOutputFormat {
/// Controls the output format.
/// "table" and "json" are possible formats.
#[structopt(long = "format", default_value = "table")]
format: CliOutputFormatKind,
}