runner-run 0.14.2

Universal project task runner
Documentation
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH runner-install 1  "runner 0.14.2" "Runner Manual"
.SH NAME
runner\-install \- Install deps; may chain tasks after (always sequential)
.SH SYNOPSIS
\fBrunner\-install\fR [\fB\-f\fR|\fB\-\-frozen\fR] [\fB\-k\fR|\fB\-\-keep\-going\fR] [\fB\-K\fR|\fB\-\-kill\-on\-fail\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fITASKS\fR] 
.SH DESCRIPTION
Install deps; may chain tasks after (always sequential)
.SH OPTIONS
.TP
\fB\-f\fR, \fB\-\-frozen\fR
Reproducible install from lockfile (npm ci, \-\-frozen\-lockfile, etc.)
.TP
\fB\-k\fR, \fB\-\-keep\-going\fR
Finish chain despite failures
.TP
\fB\-K\fR, \fB\-\-kill\-on\-fail\fR
Parallel: kill siblings on first failure
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.TP
[\fITASKS\fR]
Optional task names to run after install completes. Chain is always sequential; `\-p` is not accepted here. Plain positional (no `trailing_var_arg`) so chain\-failure flags placed after the task list still parse as flags, not task names
.SH AUTHORS
Kaj Kowalski