NFlags 1.5.0: Environment variables support
Version 1.5.0 of NFlags have just arrived.
What's new:
- Introduced Flag/Option/Paraemter/ParameterSeries builders
Now when registering any type of argument, new overwriten method can be used. It allows to configure argument with builder and set paraemters using builder methods. - Flag/Option/Paraemter/ParameterSeries Attributes changed to support named arguments
Argument attributes for generic method was changed to allow using named parameters. - Introduced support for binding Environment Variables.
Flags, options and parameters now can be bind to environment variables. The values are used in precedence: Argument, Environment Variable, Default Value
Docs: https://github.com/bartoszgolek/NFlags/blob/master/README.md
Code: https://github.com/bartoszgolek/NFlags
NuGet: https://www.nuget.org/packages/NFlags/
NFlags is also available on LibHunt: https://dotnet.libhunt.com/nflags-alternatives
Hope You will enjoy it.
Best regards
0 comments:
Post a Comment