Added
- 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
, orpositional command line argument idx=0
. See
lambdaisland/config for a use case.