feat: add shell completion command for bash, zsh, and fish#85
Draft
scarf005 wants to merge 2 commits intovercel-labs:mainfrom
Draft
feat: add shell completion command for bash, zsh, and fish#85scarf005 wants to merge 2 commits intovercel-labs:mainfrom
scarf005 wants to merge 2 commits intovercel-labs:mainfrom
Conversation
Add a built-in `portless completion <shell>` command so users can install shell completion without extra dependencies. Assisted-by: openai/gpt-5.3-codex on opencode Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
|
@scarf005 is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
3af256e to
4de5054
Compare
Use `compdef` for zsh completion registration and disable default file suggestions for fish top-level command completion to prevent unrelated filename noise. Assisted-by: gpt-5.3-codex on opencode Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
4de5054 to
d356c04
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
portless completion <shell>command that prints completion scripts for bash, zsh, and fish without adding runtime dependenciesREADME.mdandskills/portless/SKILL.mdVerification
pnpm --filter portless build✅pnpm --filter portless test -- src/cli.test.ts✅ (54/54)pnpm --filter portless typecheck✅pnpm --filter portless testsrc/certs.test.ts(openssl ... -sha1invalid digest on this OpenSSL build)