Have you thought about adding tab completion here, so `./do.sh foo<tab><tab>` would give you a list of functions that begin with "foo"? Basically add some conventions so it behaves similar to `awscli`?
Have you thought about adding tab completion here, so
./do.sh foo<tab><tab>would give you a list of functions that begin with "foo"?Basically add some conventions so it behaves similar to
awscli?