We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If would be handy if create_keypair had an optional path argument for creating a correspond .pem file.
create_keypair
.pem
I'm thinking something like
create_keypair = function(keypair, path, ...) { if(!is.null(path)) create file ...
I'm happy to make a PR if you think it's something useful.
The text was updated successfully, but these errors were encountered:
899a9bd
No branches or pull requests
If would be handy if
create_keypair
had an optional path argument for creating a correspond.pem
file.I'm thinking something like
I'm happy to make a PR if you think it's something useful.
The text was updated successfully, but these errors were encountered: