mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-22 16:48:33 +02:00
fix(komorebic): global-work-area-offset duplicate command and alias runtime error
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user