pokanop / nostromo

👽 CLI for building powerful aliases and tools
https://nostromo.sh/
MIT License
142 stars 8 forks source link

Fix shell var functionality with replacement util call #29

Closed saheljalal closed 4 years ago

saheljalal commented 4 years ago

This change replaces shell vars from a command before returning the evaluation. It only deals with $1 - $N vars and allows them to be used in aliases.

Moves some functions around and add unit tests.

Closes #5