forked from EvergreenCrypto/docker-finance
client: add preliminary bash completion
This commit is contained in:
@@ -95,8 +95,9 @@ function main()
|
||||
\e[37;2m# Finance platform\e[0m
|
||||
\e[37;2m#\e[0m
|
||||
|
||||
\e[37;2m# Setup an alias for latest <platform${global_arg_delim_1}user:tag>\e[0m
|
||||
$ alias docker-finance=\"$0 archlinux${global_arg_delim_1}${USER}:latest\"
|
||||
\e[37;2m# For the sake of simplicity, recreate the docker-finance alias using <platform${global_arg_delim_1}user:tag>\e[0m
|
||||
$ unalias docker-finance 2>/dev/null \\
|
||||
; alias docker-finance=\"$0 archlinux${global_arg_delim_1}${USER}:default\"
|
||||
|
||||
\e[37;2m# Generate environment and build default image\e[0m
|
||||
$ docker-finance gen && docker-finance build type${global_arg_delim_2}default
|
||||
@@ -127,8 +128,9 @@ function main()
|
||||
\e[37;2m# Dev-tools platform\e[0m
|
||||
\e[37;2m#\e[0m
|
||||
|
||||
\e[37;2m# Setup an alias for dev-tools\e[0m
|
||||
$ alias dev-tools=\"$0 dev-tools${global_arg_delim_1}${USER}:latest\"
|
||||
\e[37;2m# For the sake of simplicity, recreate the dev-tools alias using <platform${global_arg_delim_1}user:tag>\e[0m
|
||||
$ unalias dev-tools 2>/dev/null \\
|
||||
; alias dev-tools=\"$0 dev-tools${global_arg_delim_1}${USER}:default\"
|
||||
|
||||
\e[37;2m# Generate environment and build default image\e[0m
|
||||
$ dev-tools gen && dev-tools build type${global_arg_delim_2}default
|
||||
|
||||
Reference in New Issue
Block a user