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

Generate completions #1

Open
daurnimator opened this issue Mar 5, 2020 · 1 comment
Open

Generate completions #1

daurnimator opened this issue Mar 5, 2020 · 1 comment
Labels
feature New feature or request

Comments

@daurnimator
Copy link

Add shell completion support.

pub CompletionShell = enum {bash, fish, zsh};
pub fn writeCompletions(shell: CompletionShell, myoutstream: var) !void`

Bonus feature: add a utility method to add a completion subcommand

@ikskuh ikskuh added the feature New feature or request label Mar 5, 2020
@ikskuh
Copy link
Owner

ikskuh commented Mar 11, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants