我正在尝试写一个Capistrano任务,并想请求用户输入一些内容。在Capistrano> 3.2有ask
:
set :database_password, ask('Enter the database password:', 'default', echo: false)
(来自http://capistranorb.com/documentation/getting-started/user-input/)
Capistrano 2.x中是否有相同的名称?如果没有,这样做的首选方式是什么?