Skip to content

feat(quickpatch): Add parameter validation and prompting for missing arguments#208

Open
mwarkentin wants to merge 1 commit into
mainfrom
claude/implement-todo-item-Y7imN
Open

feat(quickpatch): Add parameter validation and prompting for missing arguments#208
mwarkentin wants to merge 1 commit into
mainfrom
claude/implement-todo-item-Y7imN

Conversation

@mwarkentin
Copy link
Copy Markdown
Member

Implements two TODO items in the quickpatch CLI command:

  • Validate that --service, --resource, and --patch options are provided,
    raising a clear UsageError if any are missing.
  • Check required patch arguments against those provided via -a flags and
    interactively prompt for any that are missing.

https://claude.ai/code/session_011GCCg6MnpV9FdWhsP3fTDz

…arguments

Implements two TODO items in the quickpatch CLI command:
- Validate that --service, --resource, and --patch options are provided,
  raising a clear UsageError if any are missing.
- Check required patch arguments against those provided via -a flags and
  interactively prompt for any that are missing.

https://claude.ai/code/session_011GCCg6MnpV9FdWhsP3fTDz
@mwarkentin mwarkentin requested a review from a team as a code owner February 15, 2026 01:10
@github-actions
Copy link
Copy Markdown

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • (quickpatch) Add parameter validation and prompting for missing arguments by mwarkentin in #208

🤖 This preview updates automatically when you update the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants