Closed bernt-matthias closed 4 years ago
Great, thanks! I'll update the parser to deal with this.
Also the -g
flag is undetected... but I guess this is difficult and it might be better to file a complaint at the bedtools repo
Hmm, no actually it should be detected. I have a usage parser as well as a flag parser. So it is a bug.
Feel free to PR this as a new test case. For example: https://github.com/aCLImatise/CliHelpParser/blob/017bfe01dab6eb133deaf6f64060277233dfa200/test/util.py#L42-L49
Actually I was wrong that -g is undetected. Sorry. It is detected as text parameter which is probably the best the parser can achieve.
Unfortunately yes.
these two options are currently detected as CliBoolean Flag.