tvo / rapid

Commandline client for Spring rapid downloading system
Other
7 stars 6 forks source link

Allow for a automatic yes option #8

Closed ForbodingAngel closed 14 years ago

ForbodingAngel commented 14 years ago

So that when running a clean upgrade, any questions answered are automatically answered as a yes.

tvo commented 14 years ago

Good point, easy to implement.

(Create subclass of TextUserInteraction and override confirm to always return True. Then link this to a commandline argument -y / --yes.)

tvo commented 14 years ago

added -y/--yes option to skip confirmations

Closed by 5b51d67412a66f378aead72ff8468aa51db6aa47

ForbodingAngel commented 14 years ago

Thanks Tobi!