Skip to content

Commit d332358

Browse files
fix: output the general usage of cli (#1053)
fixes #1036 Co-authored-by: Nitish Tiwari <[email protected]> Signed-off-by: Abhishek Tripathi <[email protected]> --------- Signed-off-by: Abhishek Tripathi <[email protected]> Co-authored-by: Nitish Tiwari <[email protected]>
1 parent 1555aa0 commit d332358

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/option.rs

+10-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,16 @@ impl Config {
4949
.name("Parseable")
5050
.about(
5151
r#"
52-
Cloud Native, log analytics platform for modern applications."#,
52+
Cloud Native, log analytics platform for modern applications.
53+
54+
Usage:
55+
parseable [command] [options..]
56+
57+
58+
Help:
59+
parseable [command] --help
60+
61+
"#,
5362
)
5463
.arg_required_else_help(true)
5564
.subcommand_required(true)

0 commit comments

Comments
 (0)