Skip to content

Commit

Permalink
Merge pull request #247 from aisk/patch-1
Browse files Browse the repository at this point in the history
fix typo in Arg.roc
  • Loading branch information
Anton-4 committed Sep 4, 2024
2 parents ac25d3a + df2adcc commit 0ac2f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/Arg.roc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ list = \{} ->
## exampleCli =
## { Cli.combine <-
## verbosity: Opt.count { short: "v", help: "How verbose our logs should be." },
## alpha: Opt.mapbeU64 { short: "a", help: "Set the alpha level." },
## alpha: Opt.maybeU64 { short: "a", help: "Set the alpha level." },
## }
## |> Cli.finish {
## name: "example",
Expand Down

0 comments on commit 0ac2f5c

Please sign in to comment.