KissPeter / APIFuzzer

Fuzz test your application using your OpenAPI or Swagger API definition without coding
GNU General Public License v3.0
416 stars 65 forks source link

--version not valid #44

Closed aaronhmiller closed 2 years ago

aaronhmiller commented 2 years ago

Describe the bug The -h options says both -v and --version should work, but only -v does. --version throws an error.

APIFuzzer debug log

# APIFuzzer --log debug --version
usage: APIFuzzer [-h] [-s SRC_FILE] [--src_url SRC_URL] [-r REPORT_DIR] [--level LEVEL] [-u ALTERNATE_URL] [-t TEST_RESULT_DST]
                 [--log {critical,fatal,error,warn,warning,info,debug,notset}] [--basic_output BASIC_OUTPUT] [--headers HEADERS]
                 [-v ,--version]
APIFuzzer: error: unrecognized arguments: --version

Related API definition n/a

Software environment (please complete the following information):

Additional context Add any other context about the problem here.

aaronhmiller commented 2 years ago

dropped in PR https://github.com/KissPeter/APIFuzzer/pull/45 after testing locally.

KissPeter commented 2 years ago

Thanks @aaronhmiller merged, closing this ticket