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
cli-arguments.md is a verbatim copy of pflag flag definitions present in the code. pflag takes care of pretty-printing an equivalent of the flags table in cli-arguments.md.
The scope of this issue is to de-duplicate the flag reference, and point users to either --help, or flag definitions in the code.
The text was updated successfully, but these errors were encountered:
I propose we drop this and continue maintaining the document. Users don't typically have a standalone controller binary and changing the container args to --help and checking logs or execing the container locally is a bit clunky and unintuitive. We shouldn't expect users to review code, even if it's relatively straightforward--it's out of line with how users typically interact with the controller and doesn't align with how we document the rest of it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
cli-arguments.md
is a verbatim copy ofpflag
flag definitions present in the code.pflag
takes care of pretty-printing an equivalent of the flags table incli-arguments.md
.The scope of this issue is to de-duplicate the flag reference, and point users to either
--help
, or flag definitions in the code.The text was updated successfully, but these errors were encountered: