Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell completions #196

Open
V1RE opened this issue Mar 6, 2023 · 2 comments
Open

Shell completions #196

V1RE opened this issue Mar 6, 2023 · 2 comments

Comments

@V1RE
Copy link

V1RE commented Mar 6, 2023

Was wondering if anyone created some sort of shell completion generator which works with cmd-ts

@cspotcode
Copy link

I'd like this as well. I wonder how well the parser can accommodate this. Can the parser be run and tell you where it had to stop so you know what it's expecting next? Then completions can come from there.

@lgarron
Copy link

lgarron commented Oct 28, 2024

I'd be really excited to see shell completions in cmd-ts.

I use fish, many people use zsh, and bash is still common, clap makes it trivial to support them all (and more) and this is one of the main things I sorely miss in TypeScript programs. Would be a game-changer to have them.

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

No branches or pull requests

3 participants