We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721250d commit 6ae378dCopy full SHA for 6ae378d
scripts/install.sh
@@ -48,7 +48,8 @@ main() {
48
mkdir -p "$HOME/bin"
49
ln -s -f "$exe" "$HOME/bin/wokwi-cli"
50
51
- echo "wokwi-cli was installed successfully to $HOME/bin/wokwi-cli"
+ VERSION=$($exe --short-version)
52
+ echo "wokwi-cli version ${VERSION} was installed successfully to $HOME/bin/wokwi-cli"
53
54
if command -v wokwi-cli >/dev/null; then
55
echo "Run 'wokwi-cli --help' to get started"
0 commit comments