Docs: Improve usage and help documents for kitten

This commit is contained in:
pagedown
2023-02-01 17:14:54 +08:00
parent 682428fb54
commit 8fe936882d
3 changed files with 5 additions and 3 deletions

View File

@@ -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())