Closed costa100 closed 3 years ago
Please see my response in the corresponding PR: https://github.com/fsprojects/Argu/pull/158#issuecomment-731216799
My recommendation would be to adopting a POSIX compliant syntax, in this case --sql-object-names
. This can be achieved by naming the union case Sql_Object_Names
.
This is a feature suggestion (that is unless this is already implemented and I missed it).
Please implement a way to make options names case insensitive.
Example:
This translates to the command option
--sqlobjectnames [...]
The user of my console utility has to write exactly
--sqlobjectnames
. It would be nice if the parser allowed by default--sqlObjectNames
as well.Thanks