Skip to content

Hurray Kosher

Compare
Choose a tag to compare
@tongson tongson released this 05 Apr 05:42
· 766 commits to master since this release

The default host is now localhost. This runs the script on the localhost:

rr namespace:script

We can now take advantage of shell completion. Here first, 2, 3 becomes $1, $2, $3 respectively in the script.

rr namespace/script/first 2 3