Argu
Argu copied to clipboard
Query: Command line argument character (I.E. "--", "/")
Question -
New to F#, I have some small program ideas and I am working on those, but for now I would like to use Argu for command line parsing.
I use the windows standard "/arg1 some_string /INI ini_file.ini" type command line args.
Can Argu use this type of command line character, and if so how.
Any help and or support would be greatly appreciated.