mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-05 04:31:37 +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),
|
InvisibleBorders(InvisibleBorders),
|
||||||
/// Set offsets to exclude parts of the work area from tiling
|
/// Set offsets to exclude parts of the work area from tiling
|
||||||
#[clap(arg_required_else_help = true)]
|
#[clap(arg_required_else_help = true)]
|
||||||
#[clap(alias = "global-work-area-offset")]
|
|
||||||
GlobalWorkAreaOffset(GlobalWorkAreaOffset),
|
GlobalWorkAreaOffset(GlobalWorkAreaOffset),
|
||||||
/// Set offsets for a monitor to exclude parts of the work area from tiling
|
/// Set offsets for a monitor to exclude parts of the work area from tiling
|
||||||
#[clap(arg_required_else_help = true)]
|
#[clap(arg_required_else_help = true)]
|
||||||
|
|||||||
Reference in New Issue
Block a user