-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
ask function: Call to a member function getOutput() #371
Comments
You can specify password to server('prod', 'HOST', 22)
->user('USER')
->password(null); And you will be asked for password. @ZhukV can you add docs about this functionality? |
Thanks |
is if this is the case it would be great to throw a proper exception which tells the dev that the function/method he is trying to use requires a |
@staabm this will be cool. Can you create PR with this? |
Will do |
Just for secure, I can't write host password in code. So I try
ask
function.when I call
ask
oraskHiddenResponse
for ask password, the function throw this error:example:
If
ask
intask
callback, It's success. but I can set server.password:The text was updated successfully, but these errors were encountered: