Removing short version for --host due to conflict with --help

This commit is contained in:
Erwin Boskma 2022-11-28 16:15:55 +01:00
parent 81334b9e92
commit e871964f30
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -18,7 +18,7 @@ mod output;
#[clap(version, author, about)] #[clap(version, author, about)]
struct Opts { struct Opts {
/// Home Assistant host /// Home Assistant host
#[clap(short, long, env = "HNP_HOST")] #[clap(long, env = "HNP_HOST")]
host: String, host: String,
/// Media player entity ID /// Media player entity ID