rework completion functions - read root from environment - enable testing by preferring argv over $(commandline -xpc)
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
A functions/__scriptura_subcommands.fish
@@ -0,0 +1,3 @@ +function __scriptura_subcommands + path basename $(path filter --type file,dir --perm exec $SCRIPTURA_ROOT/*) +end