1

Closed

bio.hpc.distributeapp - command line switch issues

description

1] does not support the /v or /h switch
2] does not do error handling for unsupported switches (see other commandline global EH bugs)
3] We need to make clarifications for use by referring to sampleclusterapp (essentially not confusing novice user when they see a commandline .exe)

No files are attached

Closed Mar 21 at 10:19 AM by markjulmar

comments

wrote Mar 21 at 10:19 AM

Resolved with changeset 73336.

markjulmar wrote Mar 21 at 12:51 AM

There is no verbose option for this command line application - it has no output of it's own, but instead relies on the types created based on the input command line. I have added "/h" as a valid help option however, so now "/help", "-help", "/h" and "-h" as well as an empty command line all display help.