Skip to content
New issue

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

Feature: join script paths in one line #188

Open
Bessonov opened this issue May 13, 2021 · 0 comments
Open

Feature: join script paths in one line #188

Bessonov opened this issue May 13, 2021 · 0 comments

Comments

@Bessonov
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant