Forum Moderators: open
So we tried running it with the parameters we needed and it just spat out the help file that says to run the program from a command prompt and lists the options. No error message, no decrypted file created, no indication that the program threa an error. Tried again with the level of debugging at full- still got the same.
Finally got an e-mail back from their tech support that basically said we didn't specify the "l" option, which must be included.
Perhaps I'm being way too anal about this, but I have several problems with this:
1) If a parameter is required, don't call it an "option" (which implies that it is OPTIONAL)
2) If a parameter is required, specify in the description of parameters that it's required.
3) When a required parameter isn't passed, return an error (or at least a debugging message) that a required parameter wasn't supplied. And go the half step further and specify WHICH required parameter wasn't supplied!