Sha256: d17b584dffafbf115cfbe8b555d0f92455fe3c36b6b8bf03766aef5462e6ca40
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
#!/bin/bash set -x set -e shopt -s expand_aliases alias zold="$1 --ignore-global-config --trace" zold --help declare -a commands=(node create invoice remote pay show fetch clean diff merge propagate pull push) for c in "${commands[@]}" do zold --ignore-global-config --trace $c --help done
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zold-0.6.4 | fixtures/scripts/print-helps.sh |
zold-0.6.3 | fixtures/scripts/print-helps.sh |