Start work on porting diff kitten

This commit is contained in:
Kovid Goyal
2023-03-15 15:32:55 +05:30
parent cb03168957
commit 44ff6bd1dd
5 changed files with 27 additions and 3 deletions

View File

@@ -708,6 +708,7 @@ elif __name__ == '__doc__':
cd['usage'] = usage
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"')
elif __name__ == '__conf__':
from .options.definition import definition