ModOrganizer2 / mob

Mod Organizer Builder.
15 stars 22 forks source link

Add parsing errors on the command line #32

Open isanae opened 4 years ago

isanae commented 4 years ago

This works:

.\mob -d C:\MO2-dev\build build --ini ..\another.ini

but this doesn't:

.\mob -d C:\MO2-dev\build build --ini ..\another.ini modorganizer

because once modorganizer is added, --ini becomes part of the build command instead of the global options. clipp doesn't seem to have anything good for reporting errors (this is actually parsed fine, but modorganizer is considered "blocked", whatever that means).

Figure out better error reporting instead of just dumping a useless usage.