Skip to content

Commit

Permalink
fix: output the general usage of cli (#1053)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
TwistingTwists and nitisht authored Dec 25, 2024
1 parent 1555aa0 commit d332358
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ impl Config {
.name("Parseable")
.about(
r#"
Cloud Native, log analytics platform for modern applications."#,
Cloud Native, log analytics platform for modern applications.
Usage:
parseable [command] [options..]
Help:
parseable [command] --help
"#,
)
.arg_required_else_help(true)
.subcommand_required(true)
Expand Down

0 comments on commit d332358

Please sign in to comment.