pdemonaco / factorio-mod-updater

Python script to update mods on a dedicated factorio server
43 stars 14 forks source link

Underscores and Beautiful Output #8

Closed pdemonaco closed 4 years ago

pdemonaco commented 4 years ago

Closes #6 and Closes #7

Two core enhancements:

  1. Underscores in module names no-longer break the prune functionality. Previously if a mod existed which match the prefix of another mod separated by an underscore prune would be confused and attempt to remove all of the other releases.
  2. Output of the --update method is now much prettier.