Kaba function CommandLineParser.option ed

...

Syntax ed

func mut CommandLineParser.option(name: string, comment: string, f: void->void)
func mut CommandLineParser.option(name: string, p: string, comment: string, f: string->void)

Parameters ed

name: string
...

p: string
...

comment: string
...

f: string->void
...