I have a rake task that is called from another rake task.
In this rake task I need to ask the user for some text input, and then, depending on the answer either continue, or stop everything from continuing (including the calling rake task).
How can I do this?
i think that should work