Sam Watkins

Results 4 issues of Sam Watkins

**Describe what this pull request is trying to achieve.** One line patch to fix a bug that has recurred: Extension update check issue #6447 **Additional notes and description of your...

- Filter out inferred CLI options that conflict with declared ones - Regression test for this issue - Fixes issue #233

### Summary The bug happens when: 1. An option has a short name (-n) that doesn't match its long name (--user-name). 2. Another option is added with a long name...

bug

- hide None and False default values - show names for stdin and stdout - show class names for other file handles - use repr() for other default values, as...