mickael9 / fac

Command-line mod manager for Factorio (install, update...)
MIT License
50 stars 17 forks source link

Add -y flag to update and remove commands. #3

Closed csmith closed 8 years ago

csmith commented 8 years ago

This allows the confirmation prompts to be skipped (in the same manner as apt-get's -y flag).

This is desirable if fac is being used from a script where there is no user input (for example an automatic updater or a new server installation script).

mickael9 commented 8 years ago

Good, I had planned to do that but forgot about it