cli-tools icon indicating copy to clipboard operation
cli-tools copied to clipboard

CLIs and subcommands for Clojure or Babashka

Results 3 cli-tools issues
Sort by recently updated
recently updated
newest added

> A simple tool simply parses its command line arguments and executes some code using those arguments (think: ls or cat)

documentation

When a command is defined via babashka-cli, rather than defcommand, there isn't a way to identify its options and positional arguments for inclusion in completions.

The completions at the tool level are hard coded against the default tool handler implementation.