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

duplicate default value when show help #19

Open
dannyZhou opened this issue Mar 10, 2022 · 0 comments
Open

duplicate default value when show help #19

dannyZhou opened this issue Mar 10, 2022 · 0 comments

Comments

@dannyZhou
Copy link

.option("-u, --acs-url [url]", "ACS URL to contact (default: http://127.0.0.1:7547/)", "http://127.0.0.1:7547/")

show duplicate default value.

$ ./genieacs-sim --help 
Usage: genieacs-sim [options]

TR-069 client simulator for GenieACS

Options:
  -V, --version                output the version number
  -u, --acs-url [url]          ACS URL to contact (default: http://127.0.0.1:7547/) (default: "http://127.0.0.1:7547/")
  -m, --data-model [filename]  Data model template (default: "./data_model_202BC1-BM632w-8KA8WA1151100043.csv")
  -p, --processes [count]      Number of devices to simulate (default: 1) (default: 1)
  -w, --wait [milliseconds]    Waiting period between process spawning (default: 1000) (default: 1000)
  -s, --serial [offset]        Serial number offset (default: 0) (default: 0)
  -h, --help                   output usage information
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

1 participant