Project-Path-of-Exile-Wiki / PyPoE

Collection of Python Tools for Path of Exile
GNU General Public License v3.0
24 stars 21 forks source link

Add a Diff Output for Wiki Dry Runs #89

Closed angelic-knight closed 2 years ago

angelic-knight commented 2 years ago

Abstract

Added a diffing mode for wiki update dry runs so you can easily see what's different from what is already on the wiki.

Action Taken

I added a new command line argument to control when the new diffing mode is used. I made it use the standard diffing python library to compare the export's output with the wiki's current state and print out the diffs when there are differences.

Caveats

N/A

FAO

@pm5k