show alias version

This commit is contained in:
AJ ONeal
2020-06-13 16:24:55 -06:00
parent 3bc4638397
commit 509f98254f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
# description: |
# See https://webinstall.dev/golang
echo "'go' is an alias for 'golang'"
echo "'go@${WEBI_VERSION:-}' is an alias for 'golang@${WEBI_VERSION:-}'"
curl -fsSL https://webinstall.dev/golang@${WEBI_VERSION:-} | bash
+1 -1
View File
@@ -5,5 +5,5 @@
# description: |
# See https://webinstall.dev/rg
echo "'ripgrep' (project) is an alias for 'rg' (command)"
echo "'ripgrep@${WEBI_VERSION:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)"
curl -fsSL https://webinstall.dev/rg@${WEBI_VERSION:-} | bash