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

[FEAT]: Tab completion #107

Open
hansfn opened this issue Dec 5, 2024 · 0 comments
Open

[FEAT]: Tab completion #107

hansfn opened this issue Dec 5, 2024 · 0 comments
Labels
enhancement New feature or request needs-triage needs to be reviewed

Comments

@hansfn
Copy link

hansfn commented Dec 5, 2024

Describe the need

Tab completion is missing for "gh copilot". Compare gh copilot with gh workflow. (Showing the output of the __complete command.)

$ gh __complete copilot  ''
:0
Completion ended with directive: ShellCompDirectiveDefault
$ gh __complete workflow  ''
disable Disable a workflow
enable  Enable a workflow
list    List workflows
run     Run a workflow by creating a workflow_dispatch event
view    View the summary of a workflow
:4
Completion ended with directive: ShellCompDirectiveNoFileComp

Version

Tested with v1.0.5

@hansfn hansfn added enhancement New feature or request needs-triage needs to be reviewed labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-triage needs to be reviewed
Projects
None yet
Development

No branches or pull requests

1 participant