Skip to content

Commit

Permalink
pos/neg flag as suggested by @WhyNotHugo
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo <[email protected]>
  • Loading branch information
choucavalier and WhyNotHugo authored Oct 15, 2023
1 parent 4b9698d commit 0ab2595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def multi_calendar_option(f):


def no_mouse_option(f):
o = click.option('--no-mouse', is_flag=True,
o = click.option('--mouse/--no-mouse', is_flag=True, default=True
help='Disable mouse in interactive UI')
return o(f)

Expand Down

0 comments on commit 0ab2595

Please sign in to comment.