larsyencken / csvdiff

Generate a diff between two tabular datasets expressed in CSV files.
BSD 3-Clause "New" or "Revised" License
132 stars 31 forks source link

Redo command-line interface in click #4

Closed larsyencken closed 9 years ago

larsyencken commented 9 years ago

This change re-implements the command-line in click, a more modern CLI library, and consolidates use of JSON as the patch format. Pretty printed JSON with --style=pretty is presented as an alternative to YAML for a more readable patch.