phpcr / phpcr-shell

PHPCR Shell
MIT License
68 stars 19 forks source link

Better aliasing #181

Closed dantleech closed 8 years ago

dantleech commented 8 years ago

Fixes https://github.com/phpcr/phpcr-shell/issues/168

Removes some random and unused functionality for the sake of being able to pass any arguments to aliases.

node:list -L2 --children # works
ls -L2 --children             # currently does not work, only applies -L2

This PR just removes the wierd substitution and passes the remaining arguments to the expanded command unmodified.