Run multiple commands in parallel with a shared terminal UI.
Run multiple commands in parallel
mprocs$ mprocs 'npm run build' 'cargo build' 'go build'$ mprocs 'npm start' 'python server.py' 'docker-compose up'$ mprocs 'make test' 'make lint' 'make format'$ mprocs -c mprocs.yaml$ mprocs 'migrate up' 'npm run dev'