We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1529ca7 commit 7b95d1dCopy full SHA for 7b95d1d
1 file changed
README.md
@@ -116,7 +116,7 @@ Command may require environment variables. `Env` can be called to setup environm
116
See sample code that does that below.
117
118
```go
119
-func startHandler(c *broccli.CLI) int {
+func startHandler(ctx context.Context, c *broccli.CLI) int {
120
fmt.Fprint(os.Stdout, "Starting with level %s...", c.Arg("level"))
121
fmt.Fprint(os.Stdout, "Writing moves to file %s...", c.Flag("somefile"))
122
return 0
0 commit comments