parent
dba73e82be
commit
b26d0b6ac5
1 changed files with 3 additions and 1 deletions
|
|
@ -314,6 +314,8 @@ def main(args: list[str]) -> None:
|
|||
cd['options'] = OPTIONS
|
||||
cd['help_text'] = help_text
|
||||
cd['short_desc'] = 'Pretty, side-by-side diffing of files and images'
|
||||
cd['args_completion'] = CompletionSpec.from_string('type:file mime:text/* mime:image/* group:"Text and image files"')
|
||||
cd['args_completion'] = CompletionSpec.from_string(
|
||||
'type:file mime:text/* mime:image/* ext:sh ext:json ext:yaml ext:toml ext:lua ext:rss ext:xml ext:xhtml'
|
||||
' group:"Text and image files"')
|
||||
elif __name__ == '__conf__':
|
||||
sys.options_definition = definition # type: ignore
|
||||
|
|
|
|||
Loading…
Reference in a new issue