Skip to content

Commit

Permalink
refactor(komorebic): inject metadata from cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Aug 17, 2021
1 parent f11dcbc commit 23aada0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions komorebic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[package]
name = "komorebic"
version = "0.1.0"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "The command-line interface for Komorebi, a tiling window manager for Windows"
categories = ["cli", "tiling-window-manager", "windows"]
repository = "https://github.com/LGUG2Z/komorebi"
license = "MIT"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
3 changes: 1 addition & 2 deletions komorebic/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 23aada0

Please sign in to comment.