Skip to content

tab completion #33

Description

@rsgalloway

add support for tab completing stack names found in the path:

$ envstack <tab>

will list all the available stacks in the path.

to do this, we need to create a simple shell-completion script that dynamically gets all the available stacks in the path and put it in a globally accessible location:

$ sudo cp envstack_completion.bash /etc/bash_completion.d/envstack

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions