show alias version
authorAJ ONeal <coolaj86@gmail.com>
Sat, 13 Jun 2020 22:24:48 +0000 (16:24 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Sat, 13 Jun 2020 22:24:55 +0000 (16:24 -0600)
go/install.bash
ripgrep/install.bash

index adff446374a829dafa0bfe27787d3521ea8bc689..96a6285789baaabf4422b753b41fabe152ad89b6 100644 (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
index faf0f175329557409bb7c41d06c811db25a842e3..75120fd7768c0cabc017b10841016796c445bedf 100644 (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