mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 11:37:19 +03:00
parent
f1d96b2d19
commit
157e6db700
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user