bash tab completion for launcher + discourse-setup (#676)
authorJay Pfaffman <jay@literatecomputing.com>
Sun, 18 Aug 2024 22:31:55 +0000 (15:31 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2024 22:31:55 +0000 (08:31 +1000)
commitb7a6888a2b7b120b61fb33e588b6658f4446c727
treefc1451be67f50c9eefc6b804b22dd0baad6d35ea
parent9f80d83b321bc06860ef6a1fac4ab727668d448a
bash tab completion for launcher + discourse-setup (#676)

add tab completion for launcher and discourse-setup.

For launcher, offers command (e.g., rebuild, start) and then offers yml files from containers directory. After that switches (e.g., --run-image) are offered. (Will not offer switches except in final position, sorry.)

discourse-setup offers switches (e.g., --two-container).

discourse-docter has no command line arguments.
scripts/launcher-completion.bash [new file with mode: 0644]