Skip to content

Commit 7b95d1d

Browse files
Update README.md
1 parent 1529ca7 commit 7b95d1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Command may require environment variables. `Env` can be called to setup environm
116116
See sample code that does that below.
117117

118118
```go
119-
func startHandler(c *broccli.CLI) int {
119+
func startHandler(ctx context.Context, c *broccli.CLI) int {
120120
fmt.Fprint(os.Stdout, "Starting with level %s...", c.Arg("level"))
121121
fmt.Fprint(os.Stdout, "Writing moves to file %s...", c.Flag("somefile"))
122122
return 0

0 commit comments

Comments
 (0)