Skip to content

Commit

Permalink
fix(komorebic): global-work-area-offset duplicate command and alias r…
Browse files Browse the repository at this point in the history
…untime error
  • Loading branch information
alvint91 authored and LGUG2Z committed Apr 16, 2023
1 parent 366cd4f commit 7828c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion komorebic/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@ enum SubCommand {
InvisibleBorders(InvisibleBorders),
/// Set offsets to exclude parts of the work area from tiling
#[clap(arg_required_else_help = true)]
#[clap(alias = "global-work-area-offset")]
GlobalWorkAreaOffset(GlobalWorkAreaOffset),
/// Set offsets for a monitor to exclude parts of the work area from tiling
#[clap(arg_required_else_help = true)]
Expand Down

0 comments on commit 7828c40

Please sign in to comment.