tcarrio / maverick

Orchestrated containerized development for monorepositories
0 stars 0 forks source link

Refactored into multiple commands including compose and general tools #3

Closed tcarrio closed 4 years ago

tcarrio commented 4 years ago

There's an annoying issue where the subcommands seem to be forked and the original command ends, leaving the terminal output to be broken. Even using the parseAsync the behavior is the same. Going to give up on their refactor for now, might potentially need a different CLI library if that's the expected behavior, unfortunately.