fix public api
This commit was merged in pull request #258.
This commit is contained in:
@@ -25,6 +25,7 @@ func main() {
|
|||||||
app := cmds.NewApp()
|
app := cmds.NewApp()
|
||||||
app.Commands = []*cli.Command{
|
app.Commands = []*cli.Command{
|
||||||
cmds.NewServeCommand(),
|
cmds.NewServeCommand(),
|
||||||
|
cmds.NewApiCommand(),
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := app.Run(os.Args); err != nil {
|
if err := app.Run(os.Args); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user