fix(komorebic): global-work-area-offset duplicate command and alias runtime error

This commit is contained in:
Alvin Truong
2023-04-15 02:05:52 -07:00
committed by جاد
parent 366cd4ff91
commit 7828c403ba

View File

@@ -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)]