[PATCH weston 1/2] shared/option-parser: Rework option parsing

2014-01-27 Thread Quentin Glidic
From: Quentin Glidic Long options with argument support two formats: equal ("--long=arg") and space ("--long arg") Short options now support three formats: short ("-sarg"), equal ("-s=arg") and space ("-s value") Provide a test program Signed-off-by: Quentin Glidic --- man/weston.man

Re: [PATCH weston 1/2] shared/option-parser: Rework option parsing

2013-07-08 Thread Siddharth Heroor
On 7/9/2013 3:47 AM, Quentin Glidic wrote: > From: Quentin Glidic > > Long options with argument support two formats: equal ("--long=arg") and > space ("--long arg") > Short options now support three formats: short ("-sarg"), equal > ("-s=arg") and space ("-s value") > > Provide a test program >

[PATCH weston 1/2] shared/option-parser: Rework option parsing

2013-07-08 Thread Quentin Glidic
From: Quentin Glidic Long options with argument support two formats: equal ("--long=arg") and space ("--long arg") Short options now support three formats: short ("-sarg"), equal ("-s=arg") and space ("-s value") Provide a test program Signed-off-by: Quentin Glidic --- man/weston.man