• Martin Atkins's avatar
    main: enable basic subcommand autocomplete · 9b5ae914
    Martin Atkins authored
    The CLI package has automatic support for shell autocomplete (bash and
    zsh, at time of writing) for subcommands, so all we need to do here is
    just opt into it.
    
    Users can install this into their shells by running:
        terraform -install-autocomplete
    9b5ae914