mirror of
https://github.com/italicsjenga/mppt-modbus.git
synced 2024-12-23 16:51:30 +11:00
fix removing help subcommand
This commit is contained in:
parent
6fe92aa035
commit
3bc71a4b3b
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue