move completion descriptions to function definitions
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M functions/__scriptura_list.fish → functions/__scriptura_list.fish
@@ -1,4 +1,4 @@ -function __scriptura_list --argument-names from +function __scriptura_list --description 'List scripts and directories' --argument-names from for dir in $(path filter --type dir $from/*) printf "%-12s -- %-64s\n" "$(path basename $dir) ..." $(__scriptura_help $dir) end