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
# Header 1
## foo
### foo A
```sh
echo A
```
### foo B
```sh
echo B
```
# foo B is not found as a subcommand if this line is present
prints
mask-foo
USAGE:
mask foo <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
SUBCOMMANDS:
A
help Prints this message or the help of the given subcommand(s)
The text was updated successfully, but these errors were encountered:
For example,
mask foo --help
onprints
The text was updated successfully, but these errors were encountered: