"Lift" the current root directory, and have a ./cli folder which contains the monowrap CLI source code. This allows us to create new folders like:
./graph - graph generation & solving crate (as a wrapper)
./run - logic for running commands (CLI, etc)
./wrappers - helpful wrappers (ex: cli-command, yarn, docker, etc)
"Lift" the current root directory, and have a
./clifolder which contains themonowrapCLI source code. This allows us to create new folders like:./graph- graph generation & solving crate (as a wrapper)./run- logic for running commands (CLI, etc)./wrappers- helpful wrappers (ex: cli-command, yarn, docker, etc)