Hi all,
Is there some package that provide settings to an app, merging what is read from an ini file (“mode=quiet”), what is passed on the command line (“-q” or “–quiet”), and whynot what is found in Environment variable (“VERBOSE=quiet”) ?
I feel like I’ve seen such a package before, but I can’t remember where.
ada-dotenv came to my mind, but it is not exactly what you are looking for, because it lacks command-line parsing.
Although VARIABLE=value command
is always a possibility (in Bourne-like shells, at least).
1 Like