Re: [CLI] recent changes to PosixParser

2008-08-01 Thread Emmanuel Bourg
Russel Winder a écrit : The recent commits to the CLI code has removed the silent absorbing of unknown single letter options by the PosixParser which is good. Also the really bizarre behaviour with single hyphen, multicharacter options by the PosixParser has been removed, which is good. However

Re: [CLI] recent changes to PosixParser

2008-08-01 Thread Emmanuel Bourg
Russel Winder a écrit : The recent commits to the CLI code has removed the silent absorbing of unknown single letter options by the PosixParser which is good. Also the really bizarre behaviour with single hyphen, multicharacter options by the PosixParser has been removed, which is good. However

[CLI] recent changes to PosixParser

2008-07-29 Thread Russel Winder
The recent commits to the CLI code has removed the silent absorbing of unknown single letter options by the PosixParser which is good. Also the really bizarre behaviour with single hyphen, multicharacter options by the PosixParser has been removed, which is good. However with the second of these