move completion descriptions to function definitions
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M functions/__scriptura_which.fish → functions/__scriptura_which.fish
@@ -1,4 +1,4 @@ -function __scriptura_which --argument-names script_path +function __scriptura_which --description 'Display script path' --argument-names script_path if path is --type file --perm exec $script_path echo $script_path else