Is there any way to support the Microsoft 'standard' for command line options i.e '/' instead of '-'.  We've got legacy code that requires command line options to be in this format while at the same time attempting to implement boost in a lot of our new code.

Simon