YanB25/argparser

Show info of default value

Opened this issue · 0 comments

Should show info of defaule value

parser.flag("--test", "-T", "xxx", "0");

should tell that default is "0".