AWS CLI command completion with fish shell
Has anybody been able to set up auto-complete for the AWS CLI with fish shell? The AWS documentation only offers the guide for bash, tcsh, and zsh. Bash exports the variables COMP_LINE and COMP_PO...