Skip to content

Commit

Permalink
fix(komorebic): add missing help annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Aug 23, 2021
1 parent 87fe718 commit bc08e17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions komorebic/src/main.rs
Expand Up @@ -285,8 +285,10 @@ enum SubCommand {
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
AdjustWorkspacePadding(AdjustWorkspacePadding),
/// Set the layout on the focused workspace
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
ChangeLayout(ChangeLayout),
/// Flip the layout on the focused workspace (BSP only)
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
FlipLayout(FlipLayout),
/// Promote the focused window to the top of the tree
Promote,
Expand Down Expand Up @@ -344,6 +346,7 @@ enum SubCommand {
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
IdentifyTrayApplication(IdentifyTrayApplication),
/// Enable or disable focus follows mouse for the operating system
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
FocusFollowsMouse(FocusFollowsMouse),
/// Toggle focus follows mouse for the operating system
ToggleFocusFollowsMouse,
Expand Down

0 comments on commit bc08e17

Please sign in to comment.