mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 04:13:44 +00:00
parent
4b08ce2a09
commit
b98bc1c787
1 changed files with 3 additions and 1 deletions
|
|
@ -614,7 +614,9 @@ type=bool-set
|
|||
|
||||
|
||||
def options_for_completion():
|
||||
return parse_option_spec(options_spec())[0]
|
||||
raw = options_spec()
|
||||
raw = '--help -h\ntype=bool-set\nShow help for kitty command line options\n\n' + raw
|
||||
return parse_option_spec(raw)[0]
|
||||
|
||||
|
||||
def option_spec_as_rst(ospec=options_spec, usage=None, message=None, appname=None, heading_char='-'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue