-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow user-defined output filename suffix #12
Labels
Comments
Providing an empty string fails. |
In cmd.exe, the --suffix parameter with no value fails, but specifying an empty string appends an empty string suffix. We should make this work. Also, if you specify a value in quotation marks, even single quotes, the file name includes the quotation marks. That's not an expected result.
|
#33 created to track the empty suffix feature |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Default behavior when target is a directory is that the source filename will be replicated in the target directory, with the addition of a
.encrypted
suffix if encrypting and a.decrypted
suffix if decrypting.Add the ability for the user to specify a custom suffix to use instead.
The text was updated successfully, but these errors were encountered: