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

Autocomplete still returns files in fish #271

Open
benkeil opened this issue Jul 26, 2024 · 0 comments
Open

Autocomplete still returns files in fish #271

benkeil opened this issue Jul 26, 2024 · 0 comments
Assignees
Labels

Comments

@benkeil
Copy link

benkeil commented Jul 26, 2024

I tried now different variations but all print files of the current directory.

complete --command awsume -x --arguments '(awsume-autocomplete)'
complete -c awsume -x -a (awsume-autocomplete | xargs)
complete -c awsume -f -ra (awsume-autocomplete | xargs)
complete -c awsume -f -a (awsume-autocomplete | xargs)
my-acc      default  live        src/              justfile
build/      dev      other-acc   build.gradle.kts
cdktf.out/  dr-live  sandbox     cdktf.json
@benkeil benkeil changed the title Autocomplete till returns files in fish Autocomplete still returns files in fish Jul 26, 2024
@mtskillman mtskillman added the bug label Sep 3, 2024
@mtskillman mtskillman self-assigned this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants