Make CLI more flexible
Split all the work done in pipe.cli
into pipe.default_parser
and pipe.run_cli
. This makes it much easier to create a custom CLI.
Split all the work done in pipe.cli
into pipe.default_parser
and pipe.run_cli
. This makes it much easier to create a custom CLI.