10 Jun
2007
10 Jun
'07
4:28 p.m.
Hi, On Jun 10, 2007, at 18:04 , Chris Weed wrote:
Hi, I think the standard command-line format is ./program [args] [positional_args...]
Therefore it expects: ./op_test -i non_positional pos0 pos1 pos2
Yes, but this doesn't work either; It still thinks non_positional is one of the positional args... If you run the attached program ( from my last mail ), it will print out all options recognized as positionals... Greets, Jonas