python noisy.py -c config.json -t 10 usage: noisy.py [-h] [--log -l] --config -c [--timeout -t] noisy.py: error: argument --config is required python noisy.py --config config.json --timeout 10 works. So -c or -t are not accepted? thx