Exclude command namespaces from README generation#268
Closed
Conversation
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix README content generation for command namespaces
Exclude command namespaces from README generation
Jan 10, 2026
Contributor
|
Hello! 👋 Thanks for opening this pull request! Please check out our contributing guidelines. We appreciate you taking the initiative to contribute to this project. Contributing isn't limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Command namespaces (classes extending
WP_CLI\Dispatcher\CommandNamespace) produce empty sections in generated READMEs with no descriptions or documentation. Example: https://github.com/wp-cli/makepot-command/blob/490b759/README.md#wp-i18nChanges
$parent_command === false) are now excludedshortdescandlongdescare detected and filtered out before README renderingImplementation
Detection occurs before longdesc processing to catch namespaces accurately:
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
api.wordpress.org/usr/bin/curl curl -s REDACTED(dns block)/usr/bin/curl curl -s REDACTED git ge-c�� --verify main tnet/tools/git(dns block)/usr/bin/curl curl -s REDACTED bash at.y�� --noprofile(dns block)wp-cli.org/usr/bin/php /usr/bin/php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/wp-cli/wp-cli/bin/../php/boot-fs.php scaffold package wp-cli/default-readme 'features/scaffold-package-readme.feature' '--name=README excludes command namespaces' -- and/vendor/bin/sh --name=README exwhich 10 /usr/sbin/php which and/�� . php tnet/tools/bash ext\FeatureContesh(dns block)/usr/bin/php /usr/bin/php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/wp-cli/wp-cli/bin/../php/boot-fs.php scaffold package wp-cli/custom-branch -- grep '@require-e--strict sh .feature amespaces /usr/bin/sh which old-��(dns block)/usr/bin/php /usr/bin/php /home/REDACTED/work/scaffold-package-command/scaffold-package-command/vendor/wp-cli/wp-cli/bin/../php/boot-fs.php scaffold package wp-cli/foo --dir=foo --require_wp_cli=>=0.24.0-alpha hp --noprofile(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.