re-work to use subcommands instead of flags
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M functions/__scriptura_complete_new.fish → functions/__scriptura_complete_new.fish
@@ -1,6 +1,6 @@ function __scriptura_complete_new test (count $argv) -ne 0 - or set --function argv (commandline -xpc)[2..] (commandline -ct) + or set --function argv (commandline -xpc)[3..] (commandline -ct) set --function index (contains --index -- "--" $argv) or return