You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a heading has no code blocks AND its child headings have no code blocks, then we shouldn't create a command for it.
Example:
# MY COMMANDS## Docs
Just some documentation.
## cmd~~~bashecho something
~~~
Current Behaviour
mask -h
mask 0.8.0
USAGE:
mask [OPTIONS] <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--maskfile <maskfile> Path to a different maskfile you want to use
SUBCOMMANDS:
Docs
cmd
Desired Behaviour
mask -h
mask 0.8.0
USAGE:
mask [OPTIONS] <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--maskfile <maskfile> Path to a different maskfile you want to use
SUBCOMMANDS:
cmd
The text was updated successfully, but these errors were encountered:
jacobdeichert
changed the title
Don't add a command for a heading tree that has no code blocks
Don't add a command for a heading that has no code blocks
Jun 27, 2020
When a heading has no code blocks AND its child headings have no code blocks, then we shouldn't create a command for it.
Example:
Current Behaviour
mask -h
Desired Behaviour
mask -h
The text was updated successfully, but these errors were encountered: