From 3c47c82abb62b6c5e326f3713a2d10c0f01ff161 Mon Sep 17 00:00:00 2001 From: Kelvin Gan Date: Wed, 8 Jan 2020 13:41:36 +0000 Subject: [PATCH] Remove redundant completions The auto-completions for govukcli aws is no longer needed as aws features were removed. --- tools/govukcli.completion | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tools/govukcli.completion b/tools/govukcli.completion index b6fcdf662..989a35b07 100644 --- a/tools/govukcli.completion +++ b/tools/govukcli.completion @@ -26,7 +26,6 @@ _govukcli () list-contexts\ set-context\ ssh\ - aws\ help" SSH_COMMANDS="\ @@ -35,16 +34,6 @@ _govukcli () " case $firstword in - aws) - case "${lastword}" in - invoke) - ;; - *) - complete_words="invoke $(aws NOT_A_TOPIC 2>&1 | grep '|' | awk '{print $1; print $3}' | sort)" - ;; - esac - ;; - ssh) case "${lastword}" in node-types)