Closed christophebedard closed 4 years ago
This adds a -q|--quiet option that prevents any print() call and simply lets the script exit with 0 or non-zero. The option is mutually exclusive with -v|--verbose.
-q|--quiet
print()
-v|--verbose
Closes #36
This adds a
-q|--quiet
option that prevents anyprint()
call and simply lets the script exit with 0 or non-zero. The option is mutually exclusive with-v|--verbose
.Closes #36