Remover requirement of passing args to help-line

This commit is contained in:
2021-12-21 11:19:51 -08:00
parent 4c54a238d8
commit b62ef700f4
4 changed files with 15 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ testHelpLinesFromDefinedCommandsAreShown() {
#!/usr/bin/env bash
⚡hello() {
_help-line "Say Hello" "$@"
_help-line "Say Hello"
echo "Hello, World!" ;
}
' > go