mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-07 08:51:40 +01:00
Change syntax so that linting passes. Tested manually by (1) installing
the relevant packages and start bash and (2) trying out
completion in bash. 1:
sudo apk add bash bash-completion aws-cli && bash
Test:
. /etc/profile.d/bash_completion.sh
complete -C '/usr/bin/aws_completer' aws
Then typing `aws bu<Tab>` → `aws budgets`