-
Notifications
You must be signed in to change notification settings - Fork 680
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
rename --key-file to --key on cli #60
Conversation
Signed-off-by: Dominik Richter <[email protected]>
@@ -55,7 +55,7 @@ class VulcanoCLI < Thor | |||
desc: 'The login user for a remote scan.' | |||
option :password, type: :string, default: nil, | |||
desc: 'Login password for a remote scan, if required.' | |||
option :key_file, type: :string, default: nil, | |||
option :key, type: :string, default: nil, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i like it
8d922ea
to
6dde5dc
Compare
This PR has passed 'Verify' and is ready for review and approval! |
@delivery approve |
Merged change 2101f59e-fbad-4209-85a3-473a950b084a From review branch cli--key into master Signed-off-by: chartmann <[email protected]>
Change: 2101f59e-fbad-4209-85a3-473a950b084a approved by: @chris-rock |
This PR has passed 'Acceptance' and is ready to be delivered! |
Signed-off-by: sfreeman <[email protected]>
No description provided.