We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 015641c + b0772a8 commit 4ea314bCopy full SHA for 4ea314b
services/help.sh
@@ -25,7 +25,7 @@ aws_history() {
25
aws_help() {
26
local aws_assume_role_main_function="aws_assume_role_set_name_with_hint"
27
local function_list=$(
28
- cat ${AWS_CLI_SOURCE_SCRIPTS}/{services,common}/* |
+ find ${AWS_CLI_SOURCE_SCRIPTS} -type f -name '*.sh' | xargs cat |
29
grep -e "^aws*\(.+*\)" | tr -d "(){" |
30
grep -v ${aws_assume_role_main_function} |
31
sort
0 commit comments