all repos — scriptura @ 1ec690340ff66e93e6a54be54fc2f0f3bc3c239b

a corner in $HOME for your scripts

print aliased function name in usage

Alan Pearce
commit

1ec690340ff66e93e6a54be54fc2f0f3bc3c239b

parent

64c2dc9a3c2d471671c31ef38f5fb1f0e8dec0f7

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M functions/__scriptura_usage.fishfunctions/__scriptura_usage.fish
@@ -1,7 +1,6 @@
function __scriptura_usage - echo "Usage: scriptura [script_name]" + echo "Usage: $(status current-command) [script_name]" echo "SCRIPTURA_ROOT: $SCRIPTURA_ROOT" echo "" __scriptura_list $SCRIPTURA_ROOT end -