Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 2, 2024
1 parent 69d0453 commit 88a2a7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/babashka/cli.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -668,12 +668,13 @@
* `:args` - concatenation of unparsed commands and args
* `:rest-cmds`: DEPRECATED, this will be removed in a future version
This function does not throw.
Use an empty `:cmds` vector to always match or to provide global options.
Provide an `:error-fn` to deal with non-matches.
Each entry in the table may have additional `parse-args` options.
Examples: see [README.md](README.md#subcommands)."
For more information and examples, see [README.md](README.md#subcommands)."
([table args]
(dispatch table args {}))
([table args opts]
Expand Down

0 comments on commit 88a2a7b

Please sign in to comment.