Skip to content

Commit

Permalink
delete confusing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 8, 2024
1 parent 153f88e commit 8ec3e9b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ The main ideas:
who knows how to write the latter in `cmd.exe` or Powershell.
- Open world assumption: passing extra arguments does not break and arguments
can be re-used in multiple contexts.
- Because the line between calling functions from the command line and Clojure
itself is blurred, validation of arguments should happen in your Clojure
function, using your favorite tools (manually, spec, schema, malli...). As
such, the library only focuses on coercion: turning argument strings into data
which is then passed to your function.

Both `:` and `--` are supported as the initial characters of a named option, but
cannot be mixed. See [options](https://github.com/babashka/cli#options) for more
Expand Down

0 comments on commit 8ec3e9b

Please sign in to comment.