refactor(komorebic): inject metadata from cargo

This commit is contained in:
LGUG2Z
2021-08-17 14:15:10 -07:00
parent f11dcbc0cb
commit 23aada05d0
2 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -164,8 +164,7 @@ struct ApplicationTarget {
}
#[derive(Clap)]
#[clap(version = "0.1.0", author = "Jade Iqbal <jadeiqbal@fastmail.com>")]
#[clap(setting = AppSettings::DeriveDisplayOrder)]
#[clap(author, about, version, setting = AppSettings::DeriveDisplayOrder)]
struct Opts {
#[clap(subcommand)]
subcmd: SubCommand,