From 7828c403baa1e68363f5fde2e933c7a6e062018a Mon Sep 17 00:00:00 2001 From: Alvin Truong Date: Sat, 15 Apr 2023 02:05:52 -0700 Subject: [PATCH] fix(komorebic): global-work-area-offset duplicate command and alias runtime error --- komorebic/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/komorebic/src/main.rs b/komorebic/src/main.rs index d18aefb6..bb030edb 100644 --- a/komorebic/src/main.rs +++ b/komorebic/src/main.rs @@ -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)]