Skip to content

Instantly share code, notes, and snippets.

@wnuqui
Created May 17, 2012 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wnuqui/2715883 to your computer and use it in GitHub Desktop.
Save wnuqui/2715883 to your computer and use it in GitHub Desktop.
prompt in rake task definition
# _thanks_ to where I saw this
task :prompt do
STDOUT.puts "Prompt? "
prompt = STDIN.gets.chomp
STDOUT.puts "Cool! Prompt is #{prompt}."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment