ryanb / ruby-warrior

Game written in Ruby for learning Ruby.
MIT License
3.83k stars 838 forks source link

Add skip option #15

Closed ryanb closed 14 years ago

ryanb commented 14 years ago

Passing a -s option into the rubywarrior command should skip any questions which aren't of importance (such as the final question for the hint). This way one can pass the rubywarrior command into a tail output and see the outcome instantly.

rubywarrior -s -t 0 | tail

The -t being zero time so it's instant.

ryanb commented 14 years ago

adding -s option for skipping user input - closed by 99a0a1aa3b199df06e62520b995005f8571a43e0