Hi, Quick thoughts: Ramkumar Ramachandra wrote: > Currently, the parse-options framework forbids the use of > opts->long_name and OPT_PARSE_NODASH, and the parsing has to be done > by hand as a result. Lift this restriction This part seems like a sane idea to me. > , and create a new > OPT_SUBCOMMAND; this is built on top of OPTION_BIT to allow for the > detection of more than one subcommand. This part I am not convinced about. Usually each subcommand takes its own options, so I cannot see this OPT_SUBCOMMAND being actually useful for commands like "git stash" or "git remote". Hope that helps, Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html