mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-08 05:55:09 +02:00
fix(komorebic): add missing help annotations
This commit is contained in:
@@ -285,8 +285,10 @@ enum SubCommand {
|
|||||||
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
|
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
|
||||||
AdjustWorkspacePadding(AdjustWorkspacePadding),
|
AdjustWorkspacePadding(AdjustWorkspacePadding),
|
||||||
/// Set the layout on the focused workspace
|
/// Set the layout on the focused workspace
|
||||||
|
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
|
||||||
ChangeLayout(ChangeLayout),
|
ChangeLayout(ChangeLayout),
|
||||||
/// Flip the layout on the focused workspace (BSP only)
|
/// Flip the layout on the focused workspace (BSP only)
|
||||||
|
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
|
||||||
FlipLayout(FlipLayout),
|
FlipLayout(FlipLayout),
|
||||||
/// Promote the focused window to the top of the tree
|
/// Promote the focused window to the top of the tree
|
||||||
Promote,
|
Promote,
|
||||||
@@ -344,6 +346,7 @@ enum SubCommand {
|
|||||||
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
|
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
|
||||||
IdentifyTrayApplication(IdentifyTrayApplication),
|
IdentifyTrayApplication(IdentifyTrayApplication),
|
||||||
/// Enable or disable focus follows mouse for the operating system
|
/// Enable or disable focus follows mouse for the operating system
|
||||||
|
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
|
||||||
FocusFollowsMouse(FocusFollowsMouse),
|
FocusFollowsMouse(FocusFollowsMouse),
|
||||||
/// Toggle focus follows mouse for the operating system
|
/// Toggle focus follows mouse for the operating system
|
||||||
ToggleFocusFollowsMouse,
|
ToggleFocusFollowsMouse,
|
||||||
|
|||||||
Reference in New Issue
Block a user