Skip to content

[Automated] Update go CLI Options#2414

Open
thomhurst wants to merge 1 commit intomainfrom
automated/update-cli-options-go
Open

[Automated] Update go CLI Options#2414
thomhurst wants to merge 1 commit intomainfrom
automated/update-cli-options-go

Conversation

@thomhurst
Copy link
Owner

Summary

This PR contains automatically generated updates to go 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

Verification

  • Solution builds successfully

🤖 Generated with ModularPipelines.OptionsGenerator

@thomhurst thomhurst added automated dependencies Pull requests that update a dependency file labels Feb 22, 2026
@thomhurst thomhurst enabled auto-merge (squash) February 22, 2026 03:11
@thomhurst thomhurst force-pushed the automated/update-cli-options-go branch from 3e032b0 to 6d44280 Compare March 1, 2026 03:13
Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is an automated PR generated by to keep the go CLI options classes up to date.

Change Summary

The diff is minimal — only one line changed in :

-[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-15T03:12:06.6760225Z")]
+[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-03-01T03:12:25.2675306Z")]

The generator ran again and updated the timestamp, but found no changes to the actual go CLI options — no new commands, no removed options, and no updated descriptions.

Assessment

No issues found. This is exactly the expected output for a scheduled generator run where the upstream go tool's CLI surface hasn't changed since the last run (2026-02-15). The timestamp update is useful as evidence that the generator ran successfully and the options are current.

The PR is safe to merge as-is.

Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is an automated PR generated by ModularPipelines.OptionsGenerator to keep the go CLI options classes up to date.

Change Summary

The diff is minimal — only one line changed in src/ModularPipelines.Go/AssemblyInfo.Generated.cs:

-[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-15T03:12:06.6760225Z")]
+[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-03-01T03:12:25.2675306Z")]

The generator ran again and updated the timestamp, but found no changes to the actual go CLI options — no new commands, no removed options, and no updated descriptions.

Assessment

No issues found. This is exactly the expected output for a scheduled generator run where the upstream go tool's CLI surface hasn't changed since the last run (2026-02-15). The timestamp update is useful evidence that the generator ran successfully and the options are current.

The PR is safe to merge as-is.

Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: No issues found. This automated PR only updates the GeneratedAt timestamp in AssemblyInfo.Generated.cs from 2026-02-15 to 2026-03-01. The go CLI options generator ran successfully but detected no changes to the actual CLI surface, so no option classes were modified. This is the expected behavior and the PR is safe to merge.

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