Created
October 11, 2022 18:57
-
-
Save tmichel/e9055b88484d82c5af5a52bce585918e to your computer and use it in GitHub Desktop.
fish completions for awscli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function __fish_complete_aws | |
env COMP_LINE=(commandline -pc) aws_completer | tr -d ' ' | |
end | |
complete -c aws -f -a "(__fish_complete_aws)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment