all repos — scriptura @ 10011b835351cca59ad46dbf346df9d5efaabb85

a corner in $HOME for your scripts

clarify custom command argument handling

Alin
commit

10011b835351cca59ad46dbf346df9d5efaabb85

parent

5eb7c15d14f3eb6b95b4427e818459d027d2f0d1

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

changed files
M README.mdREADME.md
@@ -134,7 +134,7 @@
2 directories, 1 file ``` -Flags and arguments can be passed to the subcommand by adding them after the subcommand name: `scriptura tree -L1 foo` +Flags and arguments can be passed to the subcommand by adding them after the subcommand name: `scriptura tree -L1 foo bar -- baz`. Note that `foo bar` in this example would be interpreted as a script path, so the command would be expanded to `tree -L1 foo/bar baz` ## Configuration