When using the global --help option to return help for a specific command which has an alias, nothing is returned.
Execute m365 teams user add --help
Should return help from documentation, https://pnp.github.io/cli-microsoft365/cmd/aad/o365group/o365group-user-add/
Nothing is returned

Ubuntu 20, WSL2, v3.2.0
This is a tricky one! teams user add is an alias and right now we're resolving the command's help from docs based on the command's name but not its alias. Good catch!
@waldekmastykarz I created a PR for this issue.
Most helpful comment
@waldekmastykarz I created a PR for this issue.