fix public api #258

Merged
Quaternions merged 1 commits from cmd into staging 2025-08-07 03:09:47 +00:00

View File

@@ -25,6 +25,7 @@ func main() {
app := cmds.NewApp()
app.Commands = []*cli.Command{
cmds.NewServeCommand(),
cmds.NewApiCommand(),
}
if err := app.Run(os.Args); err != nil {