Hurray Kosher
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