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.
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.