Skip to content
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 the setting of an absolute path for IO #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mtwilliams5
Copy link

Enforcing that all input passed to parameters like -in and -out be prefixed with openssl/ is a bit restrictive, particularly for -in, as the intention there is to be able to specify an existing source file that you have for conversion.

This PR allows the IO parameters to be set as an absolute path. If the value starts with either / or ~/, it will not add openssl/ to the start of it; if it starts with any other character, then the old behaviour prevails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant