Start work on porting kitty shell to Go

This commit is contained in:
Kovid Goyal
2022-10-04 09:16:51 +05:30
parent f57832f501
commit 565526624f
2 changed files with 50 additions and 0 deletions

View File

@@ -320,6 +320,7 @@ func EntryPoint(tool_root *cli.Command) *cli.Command {
Usage: "[global options] [sub-command] [sub-command options] [sub-command args]",
ShortDescription: "Control kitty remotely",
HelpText: "Control kitty by sending it commands. Set the allow_remote_control option in :file:`kitty.conf` for this to work. When run without any sub-commands this will start an interactive shell to control kitty.",
Run: shell_main,
})
add_rc_global_opts(at_root_command)