all repos — scriptura @ baa93ca20f6525c97091d5ece5861d4526b5591c

a corner in $HOME for your scripts

re-work to use subcommands instead of flags

Alin
commit

baa93ca20f6525c97091d5ece5861d4526b5591c

parent

ad7bee32729173b5eba713b81cd01e2f030d0c36

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M functions/__scriptura_complete_script.fishfunctions/__scriptura_complete_script.fish
@@ -4,7 +4,9 @@
test (count $argv) -ne 0 or set --function argv (commandline -xpc)[2..] - argparse --move-unknown n/new -- $argv + if contains $argv[1] run help edit cat which new + set --erase argv[1] + end for arg in $argv if path is --type dir $from/$arg