You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:middleware can now be a single function, not only a sequence of functions
Changed
[BREAKING] When setting a :handler for a boolean flag (one that looks like --[no-]...), the handler now receives the boolean value as a second argument
[BREAKING] Invoke flag handlers/middleware in the order they are specified, so
that later flags can override earlier flags
Add provenance tracking, :lambdaisland.cli/sources is a map from options key
to human readable description of where that key came from, e.g. --foo command line flag, or positional command line argument idx=0. See lambdaisland/config for a use case.