-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Hi there!
I have the following :spec:
:verbose {:desc "Enable verbose output." :alias :v}
:very-verbose {:desc "Enable very verbose output." :alias :vv}That when I cli/parse-args returns the unknown option error (via the :error-fn):
{:spec {:verbose {:desc "Enable verbose output.", :alias :v}
:very-verbosd {:desc "Enable very verbose output.", :alias :vv}}
:type :org.babashka/cli, :cause :restrict, :msg "Unknown option:" :e
:restrict #{:check :verbose :fix :very-verbosd}, :option :e}I could reproduce it only when :vv is used as :alias.
Using bb --version babashka v1.3.186.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels