Remover requirement of passing args to help-line
This commit is contained in:
4
go
4
go
@@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
⚡test() {
|
||||
_help-line "Run all the tests" "$@"
|
||||
_help-line "Run all the tests"
|
||||
exit=0
|
||||
for test in test/test*; do
|
||||
bash $test || exit=1
|
||||
@@ -11,7 +11,7 @@ set -euo pipefail
|
||||
}
|
||||
|
||||
⚡️deploy() {
|
||||
_help-line "Publish ⚡️" "$@"
|
||||
_help-line "Publish ⚡️"
|
||||
scp ⚡ v@commandcenter.ofvlad.xyz:/srv/http/apps.ofvlad.xyz/⚡
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user