I just found manyConsole for commandline parsing and believe that it can meet my requirements for a Windows console app in my project except for one thing. Can I have manyConsole parse the commandline so that I have the following functionality
myapp.exe C:\somedirectory\somefile.ext -v 10.00
where file path would be required but not preceeded by a flag or command but each argument after would require a flag?