This website requires JavaScript.
Explore
Help
Sign In
wasp-lang
/
wasp
Watch
1
Star
1
Fork
0
You've already forked wasp
mirror of
https://github.com/wasp-lang/wasp.git
synced
2024-12-18 06:32:05 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1a7a04b87c
wasp
/
waspc
/
data
/
Cli
/
bash-completion
6 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 14:09:03 +03:00
function _wasp {
wasp completion:list
feat(cli): CLI now supports bash completion (#224) Co-authored-by: Trieu Vu <trieuv@strategicdata.com.au>
2021-06-16 14:40:31 +03:00
}
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 14:09:03 +03:00
complete -o default -o nospace -C _wasp wasp
Reference in New Issue
Copy Permalink