Skip to content

Register UI options with custom CLI objects - #111

Merged
floitsch merged 1 commit into
cli-immediate-abort-uifrom
cli-custom-ui-options
Aug 1, 2026
Merged

Register UI options with custom CLI objects#111
floitsch merged 1 commit into
cli-immediate-abort-uifrom
cli-custom-ui-options

Conversation

@floitsch

@floitschfloitsch commented Aug 1, 2026

Copy link
Copy Markdown
Member

Summary

  • Register UI arguments when a caller supplies its own Cli object and enables --add-ui-help.
  • Clarify that a supplied Ui itself is unchanged; the flag controls accepted UI arguments and help.
  • Add a regression test using CommandGroup, a custom base Cli, and --output-format=json.

Testing

  • make test — 16/16 passed

Stack created with GitHub Stacks CLIGive Feedback 💬

@floitsch
floitschforce-pushed the cli-custom-ui-options branch from 07cff7a to d474124CompareAugust 1, 2026 18:49
@floitsch
floitsch merged commit 8f58b04 into mainAug 1, 2026
7 checks passed
@floitsch
floitsch deleted the cli-custom-ui-options branch August 1, 2026 20:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@floitsch