all repos — scriptura @ 8f4320e8825448b3642b6e1dde31aad53dee43c2

a corner in $HOME for your scripts

move completion descriptions to function definitions

Alin
commit

8f4320e8825448b3642b6e1dde31aad53dee43c2

parent

e2bef6abcb519abcc37d0024d08319b20f76d6b1

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

changed files
M functions/__scriptura_help.fishfunctions/__scriptura_help.fish
@@ -1,4 +1,4 @@
-function __scriptura_help --argument-names file_or_dir +function __scriptura_help --description 'Display help information' --argument-names file_or_dir if path is --type dir $file_or_dir set --function help_file $file_or_dir/help else
@@ -15,4 +15,3 @@ else
echo "Unknown type" end end -