As mentioned in the README: Fuzzy completions are currently only available for shortcuts and resources.
Entering:
aws elb
will cause all the elb subcommands to appear.
Selecting one of the subcommands such as create-load-balancer rewrites the original command, leaving you with an invalid command:
aws create-load-balancer
In the future it might be helpful to extend fuzzy completions to work well with commands, subcommands, and options, although this might need some work on the underlying AWS CLI dependency.
As mentioned in the README: Fuzzy completions are currently only available for shortcuts and resources.
Entering:
will cause all the
elb
subcommands to appear.Selecting one of the subcommands such as
create-load-balancer
rewrites the original command, leaving you with an invalid command:In the future it might be helpful to extend fuzzy completions to work well with commands, subcommands, and options, although this might need some work on the underlying AWS CLI dependency.