mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Docs: Improve usage and help documents for kitten
This commit is contained in:
@@ -110,6 +110,8 @@ func show_basic_help() {
|
||||
fmt.Fprintln(&output, " ", sc.ShortDescription)
|
||||
}
|
||||
}
|
||||
fmt.Fprintln(&output, " ", formatter.Green("help"))
|
||||
fmt.Fprintln(&output, " ", "Show this help")
|
||||
fmt.Fprintln(&output, " ", formatter.Green("exit"))
|
||||
fmt.Fprintln(&output, " ", "Exit this shell")
|
||||
cli.ShowHelpInPager(output.String())
|
||||
|
||||
Reference in New Issue
Block a user