Gerrrr opened a new pull request, #138: URL: https://github.com/apache/otava/pull/138
configargparse 1.7.3 changed how env var args are inserted into the arg list, causing `OTAVA_CONFIG` env var expansion to land after the subcommand positional arg. The subparser then rejects `--config-file` as unrecognized. The fix is to add `--config-file` to the parent subparser. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
