General cleanup

This commit is contained in:
Kovid Goyal
2022-08-17 13:08:58 +05:30
parent 6c25f0cf4b
commit b3be6792fd
2 changed files with 10 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ func main() {
root.AddCommand(at.EntryPoint(root))
cli.Init(root)
if err := root.Execute(); err != nil {
if err := cli.Execute(root); err != nil {
cli.PrintError(err)
os.Exit(1)
}