wasp/waspc/data/Cli/bash-completion
Saatvik Shah 347cca6d9b
Move bash completion logic to Haskell (#305)
This patch moves majority of the bash completion logic from Bash to
Haskell taking advantage of the environment variables exposed by the
`complete` builtin to infer and suggest possible outputs.

Co-authored-by: sshah1 <saatvik.shah@imc.com>
2021-09-06 13:09:03 +02:00

6 lines
90 B
Plaintext
Executable File

function _wasp {
wasp completion:list
}
complete -o default -o nospace -C _wasp wasp