Looks like you might have the best command line parser for .NET.
The one thing I see missing however (and maybe I just overlooked it), is the ability to map command line switches to environment variables.
If you have decoupled build from deployment, with a tool like Capistrano and intend to run with a Procfile on Linux (in our case, exported to Upstart), then it's pretty standard to config the application via environment variables. So rather than pass options through command line or .config files... we export some environment variables during deployment.
Have you given this any thought? It would be very useful to us.
Thanks!
Looks like you might have the best command line parser for .NET.
The one thing I see missing however (and maybe I just overlooked it), is the ability to map command line switches to environment variables.
If you have decoupled build from deployment, with a tool like Capistrano and intend to run with a
Procfileon Linux (in our case, exported to Upstart), then it's pretty standard to config the application via environment variables. So rather than pass options through command line or.configfiles... we export some environment variables during deployment.Have you given this any thought? It would be very useful to us.
Thanks!