Removing short version for --host due to conflict with --help
This commit is contained in:
parent
81334b9e92
commit
e871964f30
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ mod output;
|
|||
#[clap(version, author, about)]
|
||||
struct Opts {
|
||||
/// Home Assistant host
|
||||
#[clap(short, long, env = "HNP_HOST")]
|
||||
#[clap(long, env = "HNP_HOST")]
|
||||
host: String,
|
||||
|
||||
/// Media player entity ID
|
||||
|
|
Loading…
Reference in a new issue