add CSV output format option
This commit is contained in:
@@ -16,6 +16,7 @@ fn main() -> Result<()> {
|
|||||||
.value_name("FORMAT")
|
.value_name("FORMAT")
|
||||||
.help("Output format: table, json")
|
.help("Output format: table, json")
|
||||||
.default_value("table")
|
.default_value("table")
|
||||||
|
.value_parser(["table", "json", "csv"])
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("verbose")
|
Arg::new("verbose")
|
||||||
|
|||||||
Reference in New Issue
Block a user