refacto(pipeline): use nushell for parsing and builtins functions
What
This MR refactor the pipeline system to use Nushell.
Why
This is more flexible and maintainable that the old system as we don't need to do the parsing and builtins ourselves.
How
Alike Restish, download the binary and launch it with the correct command.
References
Closes #10 (closed)