Start work on porting hints kitten to Go

This commit is contained in:
Kovid Goyal
2023-03-08 20:06:26 +05:30
parent bcd3802d3e
commit 09ceb3c0be
12 changed files with 523 additions and 12 deletions

View File

@@ -864,6 +864,7 @@ if __name__ == '__main__':
elif __name__ == '__doc__':
cd = sys.cli_docs # type: ignore
cd['usage'] = usage
cd['short_desc'] = 'Select text from screen with keyboard'
cd['options'] = OPTIONS
cd['help_text'] = help_text
# }}}