Skip to content

feat: add shell completion support via clap_complete#18

Merged
Nanle-code merged 3 commits into
Nanle-code:masterfrom
johnsmccain:master
Mar 24, 2026
Merged

feat: add shell completion support via clap_complete#18
Nanle-code merged 3 commits into
Nanle-code:masterfrom
johnsmccain:master

Conversation

@johnsmccain

Copy link
Copy Markdown
Contributor
  • Add clap_complete crate
  • New completions subcommand with bash/zsh/fish variants
  • Mirrors full CLI command tree for accurate completion generation
  • README documents how to install completions for each shell

Close #10

- Add clap_complete crate
- New completions subcommand with bash/zsh/fish variants
- Mirrors full CLI command tree for accurate completion generation
- README documents how to install completions for each shell
@drips-wave

drips-wave Bot commented Mar 23, 2026

Copy link
Copy Markdown

@johnsmccain Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@johnsmccain

Copy link
Copy Markdown
Contributor Author

Conflict resolved

@Nanle-code Nanle-code merged commit bdfc880 into Nanle-code:master Mar 24, 2026
nonso7 pushed a commit to nonso7/StarForge that referenced this pull request Jun 29, 2026
- Add `similar` crate for colored line diffs
- Implement ContractSnapshot (return value, events, storage entries, resources)
- Serialize snapshots to tests/snapshots/<name>.snap.json
- On re-run: compare actual vs stored, show colored diff on mismatch
- Add --update-snapshots flag to regenerate all snapshots
- Add --fuzz <function> flag for random ScVal input fuzz testing
- Extend TestArgs and TestOptions with the new flags
- Add 3 unit tests (create / match / update)

Closes Nanle-code#18
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.

feat: Add shell completion support

2 participants