-
Notifications
You must be signed in to change notification settings - Fork 126
Description
The launcher on windows currently has its own usage text, which is very truncated compared to other platforms.
In working on #5088, it came to my attention that the -help information used for other platforms is now stored in text files which could also be used on Windows.
So, it makes sense to modify the windows-launcher to do so, except that some of the 'visitusage.txt' (-help) doesn't apply to Windows, and much of the 'visitusageplus.txt' (-fullhelp) doesn't apply.
There are also options in the windows-usage that don't appear in either of the usage text files, probably because they need to be run through the launcher on Windows (eg no stand-alone script that calls the launcher under the covers):
-cinema
-mpeg2encode
-transition
-composite
-silex
-xml2XXX
I'm all for reducing code duplication, even usage text, but how best to handle options that don't apply for Windows?
Simply add a 'Not applicable for Windows OS' at the end of each option's description where appropriate?
Or is there a better way?
Also note, currently there is no -fullhelp option for Windows.