all repos — scriptura @ e9bf47b59387168b9370ec60e84c4c3d0aeebc49

a corner in $HOME for your scripts

add cmd subcommand

Alin
commit

e9bf47b59387168b9370ec60e84c4c3d0aeebc49

parent

36c53cf2a712410e490f62ea03cb9a6628a3bebd

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M functions/__scriptura_complete_script.fishfunctions/__scriptura_complete_script.fish
@@ -4,7 +4,7 @@
test (count $argv) -ne 0 or set --function argv (commandline -xpc)[2..] - if contains $argv[1] run help edit cat which new + if contains $argv[1] run help edit cat which new cmd set --erase argv[1] end