chore: type autocomplete for model upload#58
Conversation
Adds autocomplete for the type flag on model upload
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Note 🎁 Summarized by CodeRabbit FreeYour organization has reached its limit of developer seats under the Pro Plan. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://app.coderabbit.ai/login.If you believe this is a mistake and have available seats, please assign one to the pull request author through the subscription management page using the link above. Comment |
There was a problem hiding this comment.
Pull request overview
Adds shell autocomplete support for the --type/-t flag on runware model upload, improving CLI ergonomics and aligning completion coverage with existing category/format completions in the same command.
Changes:
- Register Cobra flag completion for
--typeon the model upload command. - Provide static completion candidates:
base,inpainting,positive,negative.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Adds autocomplete for the type flag on model upload