mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
kittens: Fix errors not being reported to user when run a UI kitten
Fixes #6403
This commit is contained in:
parent
e81a40255b
commit
ab10070ee8
3 changed files with 25 additions and 3 deletions
|
|
@ -30,6 +30,7 @@ var _ = fmt.Print
|
|||
func KittyToolEntryPoints(root *cli.Command) {
|
||||
root.Add(cli.OptionSpec{
|
||||
Name: "--version", Type: "bool-set", Help: "The current kitten version."})
|
||||
tui.PrepareRootCmd(root)
|
||||
// @
|
||||
at.EntryPoint(root)
|
||||
// update-self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue