Skip to content

Fix zsh store completion definition#203

Merged
rmanibus merged 1 commit into
mainfrom
fix/zsh-store-completion
Apr 2, 2026
Merged

Fix zsh store completion definition#203
rmanibus merged 1 commit into
mainfrom
fix/zsh-store-completion

Conversation

@rmanibus
Copy link
Copy Markdown
Contributor

@rmanibus rmanibus commented Apr 2, 2026

Summary

  • fix the released zsh completion bug caused by an invalid -store option definition
  • replace the malformed zsh store spec with a valid value completion restricted to local:, s3:, b2:, and sftp://
  • update the zsh completion test to lock in the valid store completion spec

Testing

  • go test -count=1 ./cmd/cloudstic -run '^TestCompletionZsh$'

@rmanibus rmanibus force-pushed the fix/zsh-store-completion branch from 9daefd4 to a34110e Compare April 2, 2026 21:58
@rmanibus rmanibus added the bug Something isn't working label Apr 2, 2026
@rmanibus rmanibus added this to the v1.14.0 milestone Apr 2, 2026
@rmanibus rmanibus merged commit c5ae4ac into main Apr 2, 2026
10 checks passed
@rmanibus rmanibus deleted the fix/zsh-store-completion branch April 2, 2026 22:02
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@rmanibus rmanibus added the area/completion Shell completion behavior and tooling label Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/completion Shell completion behavior and tooling bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant