mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-07-03 21:13:28 +02:00
Add support for command line arguments
Currently only supports specifying input and output files with -i and -o. Eventually I'll add more options like dry run, debug, and maybe things like forcing unsafe fixes.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
from csv_metadata_quality import app
|
||||
from sys import argv
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.main()
|
||||
app.main(argv)
|
||||
|
Reference in New Issue
Block a user