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 e1961f1 commit 582d542Copy full SHA for 582d542
scripts/audit.py
@@ -3,6 +3,10 @@
3
4
ignoreList = []
5
6
+if argv[1] == "-h":
7
+ print("USAGE: python (-O) audit.py <path-to-icon-spec-file> <path-to-root-dir-of-theme> (<report-file-name>)")
8
+ exit()
9
+
10
try:
11
viewWidth = os.get_terminal_size().columns
12
except:
0 commit comments