This commit is contained in:
Kovid Goyal 2024-09-10 07:25:19 +05:30
parent 2bb8539775
commit a23fb153e6
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -283,7 +283,7 @@ def write_cli_docs(all_kitten_names: Iterable[str]) -> None:
p('\nCommand Line Interface')
p('-' * 72)
appname = f'kitten {kitten}'
if kitten in ('panel', 'broadcast'):
if kitten in ('panel', 'broadcast', 'remote_file'):
appname = 'kitty +' + appname
p('\n\n' + option_spec_as_rst(
data['options'], message=data['help_text'], usage=data['usage'], appname=appname, heading_char='^'))