add cmd subcommand
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M README.md → README.md
@@ -11,6 +11,7 @@ - Uses subcommands instead of flags (`scriptura new` vs `sd -new`) - `--` can be used to separate arguments intended for `scriptura` itself from those intended for the executed command - [Choose your own short alias](#shorter-command-name) +- A new `cmd` subcommand for running external commands on scripts (e.g. `scriptura cmd foobar -- rm`) ## Motivation