-
Notifications
You must be signed in to change notification settings - Fork 757
Open
Description
Describe the feature or problem you'd like to solve
Add support for generating tab completion for shells
Proposed solution
Many tools have some command like:
copilot completion zshWhere it will output completions for integration with the user's shell, so in .zshrc or powershell $PROFILE you could add something like:
eval "$(copilot completion zsh)"And get tab completion for things like:
copilot --al # hit tab to complete --allow-all-toolsExample prompts or workflows
No response
Additional context
No response
MtkN1
Metadata
Metadata
Assignees
Labels
No labels