We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e5503 commit f2e7054Copy full SHA for f2e7054
compareFilesInTwoDirectories.py
@@ -2,6 +2,7 @@
2
import csv
3
from datetime import datetime
4
import time
5
+import argparse
6
7
parser = argparse.ArgumentParser()
8
parser.add_argument('-1', '--primaryFilePath', help='the primary file path (C:/Test/). optional - if not provided, the script will ask for input')
0 commit comments