Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

passing parameters to noisy ... #29

Open
pakair opened this issue Feb 13, 2020 · 1 comment
Open

passing parameters to noisy ... #29

pakair opened this issue Feb 13, 2020 · 1 comment

Comments

@pakair
Copy link

pakair commented Feb 13, 2020

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

@fireneat
Copy link

Normally you can should be able to use "-c" or "--config" it's your choice. Seems like this is a bug caused because "-c", "-t" and "-l" was put it it in a metavar. I have already fixed this in my fork because it seems like 1tayH doesn't maintain Noisy anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants