Hi
I can't get the following code snippet to work.
task :promptme, :roles => :gg do
set(:user) { Capistrano::CLI.ui.ask("User name: ") }
end
I expected it to prompt me on the command line when running cap
promptme but it does not prompt me at all.
cap promptme
* executing `promptme'
When running the command it just exits immediately.
Any ideas?
Best Regards
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---