We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATM I get following output (7 lines overhead):
start:all | -- start:frontend | \-- $ pnpm --filter frontend start | -- start:backend | \-- $ pnpm --filter backend start:watch | -- start:backend-nodemon \-- $ pnpm --filter backend start:nodemon
It would be nice to join the paths if there is enough horizontal space to save vertical space (only 3 lines overhead):
start:all / start:frontend / $ pnpm --filter frontend start start:all / start:backend / $ pnpm --filter backend start:watch start:all / start:backend-nodemon / $ pnpm --filter backend start:nodemon
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ATM I get following output (7 lines overhead):
It would be nice to join the paths if there is enough horizontal space to save vertical space (only 3 lines overhead):
The text was updated successfully, but these errors were encountered: