Skip to content

Commit

Permalink
op-wheel: commands frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Dec 7, 2022
1 parent ea8c462 commit ca2bf06
Show file tree
Hide file tree
Showing 4 changed files with 1,191 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-wheel/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ func main() {
app.Writer = os.Stdout
app.ErrWriter = os.Stderr
app.Commands = []cli.Command{
//wheel.CheatCmd,
//wheel.EngineCmd,
wheel.CheatCmd,
wheel.EngineCmd,
}

err := app.Run(os.Args)
Expand Down
Loading

0 comments on commit ca2bf06

Please sign in to comment.