Re: [PATCH 03/76] parse-options: allow keep-unknown + stop-at-non-opt combination

2019-01-17 Thread Stefan Beller
On Thu, Jan 17, 2019 at 5:06 AM Nguyễn Thái Ngọc Duy wrote: > > These two are orthogonal. One is about unknown _option_ while the > other non-option. Though 0d260f9a09 ("parseopt: prevent KEEP_UNKNOWN and STOP_AT_NON_OPTION from being used together", 2009-03-09) seemed convincing to have this? M

[PATCH 03/76] parse-options: allow keep-unknown + stop-at-non-opt combination

2019-01-17 Thread Nguyễn Thái Ngọc Duy
These two are orthogonal. One is about unknown _option_ while the other non-option. Signed-off-by: Nguyễn Thái Ngọc Duy --- parse-options.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/parse-options.c b/parse-options.c index eb5de0da29..678b263897 100644 --- a/parse-options.c +++ b/pars