Nathan McLean
Results
2
comments of
Nathan McLean
@tbarbugli It looks like you fixed this in `1.0.1` (thank you) I was wondering when I might expect a release for this patch version to be pushed to `PyPi`?
The problem is caused by this line, which appends the env var arg values to the list of CLI args, causing them to be consumed by the `nargs=REMAINDER` argument. https://github.com/bw2/ConfigArgParse/blob/8bbc7de67f884184068d62af7f78e723d01c0081/configargparse.py#L448...