Nix/Bash maxi: declaratively configured CLI args to ENV vars tool

Are you trying to avoid parsing in bash, or just writing the code to do it? (There’s something like GitHub - ko1nksm/getoptions: An elegant option/argument parser for shell scripts (full support for bash and all POSIX shells), for example.)

1 Like