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
The output of $component --help (e.g., rule --help) doesn't seem to follow any pattern currently. It will help to make the output more deterministic, say by printing the supported arguments and flags in sorted order.
For example, while working on #3993, I noticed that small changes to how flags get parsed resulted in huge diffs in the generated docs (which in turn is generated from the help output). Outputting sorted flags will:
help ensure that changes in the generated docs are minimal when flags are moved around in the code.
group related flags (for instance, flags starting with --query.* would end up being grouped together).
The text was updated successfully, but these errors were encountered:
The output of
$component --help
(e.g.,rule --help
) doesn't seem to follow any pattern currently. It will help to make the output more deterministic, say by printing the supported arguments and flags in sorted order.For example, while working on #3993, I noticed that small changes to how flags get parsed resulted in huge diffs in the generated docs (which in turn is generated from the help output). Outputting sorted flags will:
--query.*
would end up being grouped together).The text was updated successfully, but these errors were encountered: