forked from EvergreenCrypto/docker-finance
container: completion: add hledger-vui
The custom visidata UI (not `hledger-ui`).
This commit is contained in:
@@ -28,7 +28,7 @@ function docker-finance::completion()
|
||||
mapfile -t _profiles < <(pushd "${DOCKER_FINANCE_CONTAINER_FLOW}"/profiles &>/dev/null && ls -d */*)
|
||||
declare -r _profiles
|
||||
|
||||
local -r _commands=("all" "edit" "fetch" "hledger" "hledger-ui" "hledger-web" "import" "ledger" "ledger-ui" "ledger-web" "meta" "plugins" "reports" "root" "taxes" "times")
|
||||
local -r _commands=("all" "edit" "fetch" "hledger" "hledger-ui" "hledger-vui" "hledger-web" "import" "ledger" "ledger-ui" "ledger-vui" "ledger-web" "meta" "plugins" "reports" "root" "taxes" "times")
|
||||
|
||||
local _reply
|
||||
|
||||
@@ -69,6 +69,9 @@ function docker-finance::completion()
|
||||
hledger-ui | ledger-ui)
|
||||
mapfile -t _reply < <(compgen -W "-h" -- "$_cur")
|
||||
;;
|
||||
hledger-vui | ledger-vui)
|
||||
mapfile -t _reply < <(compgen -W "-h" -- "$_cur")
|
||||
;;
|
||||
hledger-web | ledger-web)
|
||||
mapfile -t _reply < <(compgen -W "-h" -- "$_cur")
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user