I have a situation where the help documentation for an item depends on whether or not a particular plugin is installed:
available commands:
COMMAND SECTION
sub-command description for subcommand
other-sub-command description for other subcommand
OPTIONAL COMMAND SECTION
sub-command description for subcommand
other-sub-command description for other subcommand
OTHER COMMAND SECTION
sub-command description for subcommand
other-sub-command description for other subcommand
I originally intended to capture that optional section with a multi-line regex expression but I can see that the standard (re) rule doesn't work with that. Is there any current facility to support this?
If not, I would be happy to introduce a patch provided we can agree on a useful syntax.
I have a situation where the help documentation for an item depends on whether or not a particular plugin is installed:
I originally intended to capture that optional section with a multi-line regex expression but I can see that the standard (re) rule doesn't work with that. Is there any current facility to support this?
If not, I would be happy to introduce a patch provided we can agree on a useful syntax.