Is your feature request related to a problem?
PHPCS can display documentation about sniffs using the --generator=... CLI flag.
Aside from in the --help section on the Usage page in the wiki, this feature isn't documented.
Describe the solution you'd like
Either a new section in the Advanced Usage page or a separate new Wiki page documenting this feature.
The docs should (at the very least) include information about what docs will display when (effect of --standard flag and of not using the flag, effect of --sniffs flag) and about the documentation formats available.
Additional context
Might also be good to see if - once the section/page is written up -, there are references in the pre-existing wiki docs which can start linking to the new docs. (like the "Requirements" page)
Is your feature request related to a problem?
PHPCS can display documentation about sniffs using the
--generator=...CLI flag.Aside from in the
--helpsection on the Usage page in the wiki, this feature isn't documented.Describe the solution you'd like
Either a new section in the Advanced Usage page or a separate new Wiki page documenting this feature.
The docs should (at the very least) include information about what docs will display when (effect of
--standardflag and of not using the flag, effect of--sniffsflag) and about the documentation formats available.Additional context
Might also be good to see if - once the section/page is written up -, there are references in the pre-existing wiki docs which can start linking to the new docs. (like the "Requirements" page)