Remover requirement of passing args to help-line
This commit is contained in:
@@ -59,7 +59,7 @@ testHelpLinesFromDefinedCommandsAreShown() {
|
||||
#!/usr/bin/env bash
|
||||
|
||||
⚡hello() {
|
||||
_help-line "Say Hello" "$@"
|
||||
_help-line "Say Hello"
|
||||
echo "Hello, World!" ;
|
||||
}
|
||||
' > go
|
||||
|
||||
Reference in New Issue
Block a user