Changes between Initial Version and Version 1 of Ticket #22626, comment 169
- Timestamp:
- 11/12/18 15:24:27 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22626, comment 169
initial v1 6 6 > i.e. `--nointeract` is passed. So you add `-E` to this list, right? 7 7 8 Basically. I replaced `-T` with `-E`, since `-T` is ''implied'' by `--no-interact` .8 Basically. I replaced `-T` with `-E`, since `-T` is ''implied'' by `--no-interact` (which should probably also imply `-E`, but it doesn't). 9 9 10 10 However, as you pointed out, there's an off-by-one and now I'm not so sure if `--no-interact` was being processed at all.