.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH MPROCS "1" "June 2026" "mprocs 0.9.6" "User Commands" .SH NAME mprocs \- manual page for mprocs 0.9.6 .SH SYNOPSIS .B mprocs [\fI\,OPTIONS\/\fR] [\fI\,COMMANDS\/\fR]... .SH DESCRIPTION TUI for running multiple processes .SS "Arguments:" .TP [COMMANDS]... Commands to run (if omitted, commands from config will be run) .SH OPTIONS .TP \fB\-c\fR, \fB\-\-config\fR [] Config path [default: mprocs.yaml] .TP \fB\-s\fR, \fB\-\-server\fR [] Remote control server address. Example: 127.0.0.1:4050. .TP \fB\-\-ctl\fR [] Send yaml/json encoded command to running mprocs .TP \fB\-\-proc\-list\-title\fR [] Title for the processes pane .TP \fB\-\-names\fR [<NAMES>] Names for processes provided by cli arguments. Separated by comma. .TP \fB\-\-npm\fR Run scripts from package.json. Scripts are not started by default. .TP \fB\-\-procfile\fR [<PATH>] Load processes from Procfile. Processes are not started by default. .TP \fB\-\-just\fR Run recipes from justfile. Recipes are not started by default. Requires just to be installed. .TP \fB\-\-on\-init\fR [<YAML>] Event to trigger when mprocs starts .TP \fB\-\-on\-all\-finished\fR [<YAML>] Event to trigger when all processes are finished .TP \fB\-\-log\-dir\fR [<DIR>] Directory for process log files. Each process logs to <DIR>/<name>.log .TP \fB\-\-log\-file\fR [<PATH>] Process log file path or template. Supports {name}, {id}, {pid}, {ts}. Relative paths are resolved inside \fB\-\-log\-dir\fR when present. .TP \fB\-\-log\-mode\fR [<MODE>] Process log file mode: append or truncate [possible values: append, truncate] .TP \fB\-\-log\-level\fR [<SPEC>] Diagnostic log level (off|error|warn|info|debug|trace, or env_logger spec). Falls back to $MPROCS_LOG, $RUST_LOG, then 'error' (release) or 'trace' (debug). .TP \fB\-h\fR, \fB\-\-help\fR Print help .TP \fB\-V\fR, \fB\-\-version\fR Print version