Skip to content

Commit

Permalink
Delete mention of deprecated option from cli/dispatch docstring (#100)
Browse files Browse the repository at this point in the history
* Delete mention of deprecated option from docstring

* Use the non-deprecated form
  • Loading branch information
teodorlu authored May 13, 2024
1 parent 4c76124 commit 729ba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babashka/cli.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
Table is in the form:
```clojure
[{:cmds [\"sub_1\" .. \"sub_n\"] :fn f :cmds-opts [:lib]}
[{:cmds [\"sub_1\" .. \"sub_n\"] :fn f :args->opts [:lib]}
...
{:cmds [] :fn f}]
```
Expand Down

0 comments on commit 729ba8b

Please sign in to comment.