summaryrefslogtreecommitdiffstats
path: root/sq/src/sq_cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq_cli.rs')
-rw-r--r--sq/src/sq_cli.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index b0ce93d7..23c0d20e 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -462,6 +462,11 @@ $ sq inspect message.sig
.arg(Arg::with_name("certifications")
.long("certifications")
.help("Prints third-party certifications"))
+ .arg(Arg::with_name("output-format")
+ .takes_value(true)
+ .long("output-format")
+ .possible_values(&["human", "json"])
+ .help("Format of output"))
)
.subcommand(