Skip to content

[Automated] Update minikube CLI Options - #4904

Merged
thomhurst merged 1 commit into
issue-4655-repeatable-continuationfrom
automated/update-cli-options-minikube-ref-dd6d9693f925b4978d242ca6b0b284e0e51f06d3fc71bf0da37d7201e0738e7a
Sep 14, 2026
Merged

thomhurst merged 1 commit into
issue-4655-repeatable-continuationfrom
automated/update-cli-options-minikube-ref-dd6d9693f925b4978d242ca6b0b284e0e51f06d3fc71bf0da37d7201e0738e7a

Conversation

@thomhurst

@thomhurst thomhurst commented Sep 14, 2026

Copy link
Copy Markdown
Owner

Summary

This PR contains automatically generated updates to minikube CLI options classes.

The generator scraped the latest CLI help output from the installed tool.

Changes

  • Updated options classes to reflect latest CLI documentation
  • Added new commands if any were detected
  • Updated option types and descriptions

Assembly-wide public API impact

Affected API families: Minikube.

  • Added APIs: 18
  • Removed or changed APIs: 18
  • Members with matching names but changed signatures: 4

Breaking changes are present. Consumers may need to update method arguments, option property types or nullability, enum members, and references to removed APIs.

Representative removed or changed members:

  • ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput.Json = 2 -> ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput
  • ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput.Text = 0 -> ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput
  • ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput.Yaml = 1 -> ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput
  • ModularPipelines.Minikube.Enums.MinikubeImageLsFormat.Json = 2 -> ModularPipelines.Minikube.Enums.MinikubeImageLsFormat
  • ModularPipelines.Minikube.Enums.MinikubeImageLsFormat.Short = 0 -> ModularPipelines.Minikube.Enums.MinikubeImageLsFormat

Representative added members:

  • ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput.Json = 0 -> ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput
  • ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput.Text = 1 -> ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput
  • ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput.Yaml = 2 -> ModularPipelines.Minikube.Enums.MinikubeDockerEnvOutput
  • ModularPipelines.Minikube.Enums.MinikubeImageLsFormat.Json = 0 -> ModularPipelines.Minikube.Enums.MinikubeImageLsFormat
  • ModularPipelines.Minikube.Enums.MinikubeImageLsFormat.Short = 1 -> ModularPipelines.Minikube.Enums.MinikubeImageLsFormat

Command coverage

Command coverage report:

  • minikube (v1.39.0): 48 commands, tree bf42616787394cb9655a39166d359fda44cf62395db38aa427f98dc1b9f67bd6
    • Baseline comparison: 48 commands at v1.39.0 -> 48 commands at v1.39.0

Verification

  • Solution builds successfully

🤖 Generated with ModularPipelines.OptionsGenerator

@thomhurst thomhurst added automated dependencies Pull requests that update a dependency file labels Sep 14, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-14T03:56:14.004974Z 364d51e New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • main

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: f2f82b44-1b75-4d25-9fed-daea58b87e42

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 14, 2026

Copy link
Copy Markdown

Greptile Summary

The PR regenerates the minikube v1.39.0 integration, updating list-valued option types and documentation while preserving command coverage. It also applies the repository-standard asynchronous continuation behavior across generated minikube services.

  • Updates pause, unpause, ISO URL, and wait options to typed collections.
  • Reorders generated enum members to the generator’s stable CLI-value ordering.
  • Records the resulting public API changes and updated generation provenance.
  • Adds ConfigureAwait(false) to generated command-service awaits.

Confidence Score: 5/5

The PR appears safe to merge; no actionable regressions remain in the reviewed generated minikube changes.

The regenerated option types align with list-valued minikube flags, command coverage remains unchanged at 48 commands, public API changes are explicitly recorded, and the service changes follow the repository’s required ConfigureAwait(false) convention.

Important Files Changed

Filename Overview
src/ModularPipelines.Minikube/Options/MinikubeStartOptions.Generated.cs Updates scraped descriptions and changes ISO URL and wait options to collection-valued properties matching the current CLI.
src/ModularPipelines.Minikube/Options/MinikubePauseOptions.Generated.cs Represents the repeatable namespaces option as an enumerable collection.
src/ModularPipelines.Minikube/Options/MinikubeUnpauseOptions.Generated.cs Represents the repeatable namespaces option as an enumerable collection.
src/ModularPipelines.Minikube/PublicAPI.Unshipped.txt Records the intentional generated enum-value and option-signature changes.
src/ModularPipelines.Minikube/Services/Minikube.Generated.cs Adds context-free continuation behavior to generated command execution awaits.
src/ModularPipelines.Minikube/Generated/Minikube.Generation.json Updates generator provenance while preserving the minikube version and command-tree fingerprint.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart LR
    Help[minikube v1.39.0 CLI help] --> Scraper[Options generator]
    Scraper --> Coverage[Command coverage validation]
    Coverage --> Options[Generated option records]
    Coverage --> Enums[Generated CLI enums]
    Coverage --> Services[Generated command services]
    Options --> API[Public API baseline]
    Enums --> API
    Services --> API
    Services --> Runner[Command execution]
Loading

Reviews (2): Last reviewed commit: "chore: Update minikube CLI options" | Re-trigger Greptile

@github-actions

Copy link
Copy Markdown
Contributor

Review: PR #4904 — regenerate minikube CLI options

This is a straight regeneration of the Minikube integration (enum reordering, PublicAPI.*.txt sync, ConfigureAwait(false) additions, and scraped doc-comment fixes). Most of it is clean and consistent with the repo's "current tool output is authoritative" policy for generated code.

Finding: IsoUrl doc-comment fix is incomplete, unlike its two siblings in the same diff

src/ModularPipelines.Minikube/Options/MinikubeStartOptions.Generated.cs line 123-124:

     /// <summary>
-    /// //storage.googleapis.com/minikube/iso/minikube-v1.39.0-amd64.iso,https://github.com/kubernetes/minikube/releases/download/v1.39.0/minikube-v1.39.0-amd64.iso,https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.39.0-amd64.iso]:
+    /// //storage.googleapis.com/minikube/iso/minikube-v1.39.0-amd64.iso,https://github.com/kubernetes/minikube/releases/download/v1.39.0/minikube-v1.39.0-amd64.iso,https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.39.0-amd64.iso]: Locations to fetch the minikube ISO from.
     /// </summary>

The scraper appended the real sentence ("Locations to fetch the minikube ISO from.") but left the corrupted default-value fragment as a prefix. Compare this to the other two doc-comment fixes in the very same diff, which are fully clean:

  • BaseImage: fully replaced with clean text
  • KvmQemuUri: ///system':The KVM QEMU connection URI. (kvm2 driver only)

The end result is that MinikubeStartOptions.IsoUrl ships with a nonsensical doc comment (an unterminated URL list followed by ]:) visible in IntelliSense/generated docs.

Why this matters beyond a typo: the fact that two of three corrupted comments were cleaned but this one wasn't points to a scraper/generator bug that's still only partially patched — likely a regex or trimming step that only strips the leading default-value artifact when it's a single short token (e.g. ///system':), not when the CLI help text's default value is itself a multi-URL, comma-separated list. Per CLAUDE.md's guidance to "fix the scraper or generator, preferably its generic logic" rather than hand-editing generated output: the right fix here is in tools/ModularPipelines.OptionsGenerator/'s doc-comment cleanup step, generalizing whatever pattern handled BaseImage/KvmQemuUri so it also strips multi-URL default-value prefixes, then regenerating. Hand-patching just this one string in the .Generated.cs file would violate that same policy and would only mask the underlying scraper defect for the next CLI version bump.

Everything else checks out

  • Enum reordering (MinikubeDockerEnvOutput, MinikubeImageLsFormat, MinikubeStartDriver) is a clean alphabetical resort; since serialization goes through [EnumValue("...")] string attributes rather than ordinals, this is source-breaking but not behavior-breaking, consistent with the "current tool output is authoritative" policy.
  • PublicAPI.Shipped.txt/PublicAPI.Unshipped.txt changes correctly track only the ordinal-changed enum members.
  • ConfigureAwait(false) is applied consistently across all touched service files, matching the src/ convention.
  • No changes were needed to tools/ModularPipelines.OptionsGenerator/ itself for the rest of the diff, so this is a scoped, reviewable regeneration.

@thomhurst

Copy link
Copy Markdown
Owner Author

The IsoUrl finding in comment 5657510799 is reproduced and fixed in parent #4664 at 6b44131. Actual minikube v1.39.0 help prints an unquoted bracketed URL default, so the old row pattern stopped at https:. The shared Cobra parser now consumes bracketed defaults (including IPv6 URLs) before reading prose and models these nonempty list defaults as collections. An unmodified captured-help traversal fixture verifies clean documentation and IEnumerable?; all 172 focused tests pass. This generated PR must remain unmerged until replacement generation includes that source fix and #4644, whose baseline-history repair is also needed for the enum removal markers here. No generated files were hand-edited.

@thomhurst
thomhurst force-pushed the issue-4655-repeatable-continuation branch from 6b44131 to 05cfbbf Compare September 14, 2026 03:34
@thomhurst
thomhurst force-pushed the automated/update-cli-options-minikube-ref-dd6d9693f925b4978d242ca6b0b284e0e51f06d3fc71bf0da37d7201e0738e7a branch from 1212047 to 364d51e Compare September 14, 2026 03:53
@github-actions

Copy link
Copy Markdown
Contributor

Review: PR #4904 — regenerate minikube CLI options

This is another straight regeneration of the Minikube integration (enum reordering, PublicAPI.*.txt sync, ConfigureAwait(false) additions, and scraped doc-comment fixes). All changes are confined to generated files, consistent with CLAUDE.md's "current tool output is authoritative" policy for tools/ModularPipelines.OptionsGenerator/ output.

Previously flagged issue is now resolved

An earlier automated review on this PR (at commit 1212047) flagged that the IsoUrl doc-comment fix was incomplete — the scraped default-value fragment //storage.googleapis.com/...amd64.iso]: was left as a corrupted prefix instead of being replaced with clean prose. At the current head (364d51e), MinikubeStartOptions.IsoUrl's doc comment is now fully clean:

/// <summary>
/// Locations to fetch the minikube ISO from.
/// </summary>

This lines up with the PR author's comment that the underlying scraper bug (unquoted bracketed CLI defaults, including comma-separated URL lists, not being consumed by the repeatable-option lookahead) was fixed generically in the generator via PR #4664, and this PR is regenerated against that fix (its base branch, issue-4655-repeatable-continuation, is #4664's branch). Good — the fix landed in the generator itself rather than as a hand-patched string in generated output, per the repo's stated policy.

PublicAPI baseline handling looks correct

Cross-checked PublicAPI.Unshipped.txt against PublicAPI.Shipped.txt: only enum members whose ordinal actually changed (e.g. MinikubeStartDriver.Docker 6→0, MinikubeImageLsFormat.Json 2→0) are recorded as *REMOVED*+re-added; members whose ordinal is unchanged (e.g. MinikubeStartDriver.Kvm2 stays at 1, MinikubeImageLsFormat.Yaml stays at 3) are correctly omitted from both lists. This matches the "keep shipped entries when recording removals" behavior from #4644, which is already merged to main and evidently present in this branch's history.

Other changes check out

  • Namespaces (Pause/Unpause) and Wait/IsoUrl (Start) moving from string? to IEnumerable<string>? correctly reflects these being repeatable CLI flags — consistent with the "repeatable lookahead" fix in fix(generator): keep repeatable lookahead on wrapped option-looking lines #4664.
  • ConfigureAwait(false) is applied consistently across all touched generated service files, matching the src/ convention.
  • Enum reordering (MinikubeDockerEnvOutput, MinikubeImageLsFormat, MinikubeStartDriver) is a clean alphabetical resort tied to [EnumValue("...")] string serialization, so it's source-breaking (ordinal-wise) but not behavior-breaking.

Note (non-blocking, workflow/merge-order only)

This PR's base branch is issue-4655-repeatable-continuation (PR #4664's branch), not main. It can't land in main until #4664 merges — the author's own comment already confirms this PR is intentionally held pending that dependency. No action needed from this review; flagging for visibility only.

No actionable findings in the diff itself.

@thomhurst
thomhurst merged commit 07deea3 into issue-4655-repeatable-continuation Sep 14, 2026
11 checks passed
@thomhurst
thomhurst deleted the automated/update-cli-options-minikube-ref-dd6d9693f925b4978d242ca6b0b284e0e51f06d3fc71bf0da37d7201e0738e7a branch September 14, 2026 04:17
thomhurst added a commit that referenced this pull request Sep 14, 2026
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
thomhurst added a commit that referenced this pull request Sep 14, 2026
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
thomhurst added a commit that referenced this pull request Sep 14, 2026
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
thomhurst added a commit that referenced this pull request Sep 14, 2026
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
thomhurst added a commit that referenced this pull request Sep 14, 2026
…ines (#4664)

* fix(generator): keep repeatable lookahead on wrapped option-looking lines

HelpDeclaresRepeatableOption stopped its block scan at the first line
matching OptionLinePattern, so a wrapped description line that started
with another option's switch hid a repeatable phrase split across it.

Walk the block with the shared IsContinuationLine rule instead, keeping
the blank-line and option-row bounds gcloud relies on. A null
declarationIndentation now means "no indentation floor", and the
inline-description column derivation is shared with
AccumulateWrappedDescription via GetDescriptionColumn.

Closes #4655

Claude-Session: https://claude.ai/code/session_01EHe9J8SumuZb2NBZxpGBzc

* fix(generator): locate the prose column past value hints and tab separators

The repeatable lookahead anchored its description column on the first run
of two blanks, so a padded value hint or a second switch form became the
column and a single tab was not a separator at all. Walk the row's
segments instead: split on two or more blanks or one tab, skip switch
segments and single-token value hints that are followed by more text, and
take the first prose segment. Covers padded hints, shellcheck-style dual
switch forms and tab-aligned help, with lookahead regressions for a
nested option row at the hint column and for tab-separated blocks.

Refs #4655

Claude-Session: https://claude.ai/code/session_01PkLNTUfwGXjqXZrYrHaDGC

* fix(generator): parse a terminal value hint as a hint, not prose

A row such as "--env  stringArray" whose description only starts on the
next line made the last segment count as prose, so the hint column became
the continuation threshold and a nested option row at that column was
absorbed. Classify every single-token segment by shape instead: one token
that is not a sentence-case word is a value hint wherever it sits, while a
one-word description such as "Verbose" stays prose.

Refs #4655

Claude-Session: https://claude.ai/code/session_01PkLNTUfwGXjqXZrYrHaDGC

* fix(generator): infer the lookahead column from the first wrapped line

With #4658 an unknown description column accepts any deeper line, so the
repeatable lookahead absorbed every following option row after a
declaration without inline prose (argparse-style help) until the next
blank line. Take the column from the first accepted wrapped line, as
AccumulateWrappedDescription already does, and make the terminal-hint
regression realistic: prose deep, nested option row shallow.

Refs #4655

Claude-Session: https://claude.ai/code/session_01PkLNTUfwGXjqXZrYrHaDGC

* fix(generator): treat every lone token in an option row as a value hint

TitleCase metavariables such as String, Path or File slipped past the
sentence-case rule and became the prose column. A single token can be a
hint or a one-word description, but the difference only matters when
something wraps beneath the row, and the lookahead now takes its column
from that wrapped line, so classify every lone token as a hint and drop
the casing heuristic.

Refs #4655

Claude-Session: https://claude.ai/code/session_01PkLNTUfwGXjqXZrYrHaDGC

* fix(generator): stop a descriptionless option's lookahead at a sibling row

With no inline prose and no column yet, an option-looking line at the
same indentation as the declaration was accepted as the first
continuation, so the sibling's description was scanned as part of the
original option. While the column is unknown, apply the declaration
indentation as a floor to option-looking candidates only: siblings start
the next option, wrapped switch text (indented deeper) still continues,
and same-indent prose such as gcloud's repeatability notes is unaffected.

Refs #4655

Claude-Session: https://claude.ai/code/session_01PkLNTUfwGXjqXZrYrHaDGC

* fix(generator): keep the repeatable lookahead conservative while the column is unknown

This lookahead does not know a tool's layout, so it cannot tell a
one-word description from a value hint or a nested option row from
wrapped switch text. Until the row's inline prose has fixed the
description column, any option-looking line now ends the block (a
sibling row, a nested row, or the neighbour of a one-word description
alike) while plain prose beneath a descriptionless row still establishes
the column. Wrapped prose that starts with a switch is still kept once
the column is known, which is the case the issue is about.

Refs #4655

Claude-Session: https://claude.ai/code/session_01PkLNTUfwGXjqXZrYrHaDGC

* fix(generator): borrow the help layout's description column for descriptionless rows

A row with no inline prose left the description column unknown, so any
option-looking first continuation ended the repeatable lookahead. That kept
sibling and nested rows out of the block but also dropped wrapped prose that
happens to open with a switch mention, hiding a documented repeatable option.

The lookahead now learns the column the help text lays descriptions out at
(the most common inline prose column, or the indentation of next-line prose
beneath descriptionless rows) and seeds a descriptionless row with it. Prose at
that column stays in the block; rows at a shallower indentation still end it.

Refs #4655

Claude-Session: https://claude.ai/code/session_01PkLNTUfwGXjqXZrYrHaDGC

* fix(generator): treat a run of placeholder tokens as a value hint

LooksLikeValueHint only recognised single-token hints, so a two-word hint
such as "KEY VALUE" read as prose and GetInlineDescriptionColumn anchored the
description column on the hint. A sibling row indented between the hint and
the real prose column then passed as wrapped continuation and could donate
its repeatability note to the wrong option.

A segment whose every token is placeholder-shaped (uppercase, bracketed, or
an ellipsis) is now a hint as well; prose has lowercase words.

Refs #4655

Claude-Session: https://claude.ai/code/session_01PkLNTUfwGXjqXZrYrHaDGC

* fix(generator): scope repeatable lookahead and reject nested value rows (#4655)

* fix(generator): bound repeatability sections and nested flags (#4655)

* fix(generator): bound nested option descriptions (#4655)

* fix(generator): use prose context for wrapped switch references (#4655)

* refactor(generator): separate nested declaration detection (#4655)

* fix(generator): distinguish reference phrases from connectors (#4655)

* fix(generator): distinguish short prose from hints and headings (#4655)

* fix(generator): infer padded type hints from row structure (#4655)

* chore: Update kustomize CLI options (#4890)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update kind CLI options (#4889)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update yq CLI options (#4899)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update grype CLI options (#4897)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update nbgv CLI options (#4894)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update flux CLI options (#4896)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update docker CLI options (#4891)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update buildah CLI options (#4892)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update skopeo CLI options (#4898)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update syft CLI options (#4900)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update cosign CLI options (#4901)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* fix(generator): separate repeatable sections and bracketed defaults (#4655)

* style(generator): satisfy scraper diagnostics before regeneration (#4655)

* chore: Update skopeo CLI options (#4915)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update docker CLI options (#4916)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update cosign CLI options (#4917)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update buildah CLI options (#4918)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update kind CLI options (#4919)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update minikube CLI options (#4904)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update kustomize CLI options (#4920)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update yq CLI options (#4925)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update syft CLI options (#4924)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update nbgv CLI options (#4923)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update flux CLI options (#4921)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update grype CLI options (#4922)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update trivy CLI options (#4906)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update argocd CLI options (#4907)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update pulumi CLI options (#4905)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update podman CLI options (#4903)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update helm CLI options (#4902)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update eksctl CLI options (#4893)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update kubectl CLI options (#4895)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update gh CLI options (#4927)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* fix(generator): scope repeatability to option declarations (#4655)

* chore: Update yq CLI options (#4929)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update helm CLI options (#4931)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update docker CLI options (#4939)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update flux CLI options (#4941)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update pulumi CLI options (#4940)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update kustomize CLI options (#4936)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update nbgv CLI options (#4930)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update minikube CLI options (#4932)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update syft CLI options (#4933)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update podman CLI options (#4942)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update trivy CLI options (#4943)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update argocd CLI options (#4944)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update skopeo CLI options (#4945)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update kubectl CLI options (#4946)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update cosign CLI options (#4947)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update gh CLI options (#4948)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update grype CLI options (#4935)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update eksctl CLI options (#4934)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update kind CLI options (#4938)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* chore: Update buildah CLI options (#4937)

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>

* fix(generator): distinguish switch-led prose from declarations (#4655)

* fix(generator): retain detached descriptions on nested options (#4655)

* fix(generator): recognize acronym section headings (#4655)

* fix(generator): share configured executor with type enhancement (#4655)

* fix(generator): honor caller captures for detached descriptions (#4655)

* test(generator): follow configured process registration (#4655)

---------

Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant