Start work on porting themes kitten to Go

This commit is contained in:
Kovid Goyal
2023-03-11 10:14:03 +05:30
parent 3741d3d1be
commit f9b0b54ee5
7 changed files with 508 additions and 24 deletions

View File

@@ -619,4 +619,5 @@ elif __name__ == '__doc__':
cd['usage'] = usage
cd['options'] = OPTIONS
cd['help_text'] = help_text
cd['short_desc'] = 'Manage kitty color schemes easily'
cd['args_completion'] = CompletionSpec.from_string('type:special group:complete_themes')