Skip to content

refacto(pipeline): use nushell for parsing and builtins functions

Alexandre Rulleau requested to merge 10-refacto-pipeline-system into main

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)

Merge request reports