fix removing help subcommand

This commit is contained in:
Alex Janka 2022-12-18 11:38:14 +11:00
parent 6fe92aa035
commit 3bc71a4b3b

View file

@ -403,6 +403,7 @@ impl DataPoint for Raw {
} }
#[derive(Parser)] #[derive(Parser)]
#[clap(disable_help_subcommand = true)]
#[clap(author, about, long_about = None)] #[clap(author, about, long_about = None)]
struct Args { struct Args {
/// Serial port to connect to MPPT /// Serial port to connect to MPPT