diff options
| author | Nick Brassel <nick@tzarc.org> | 2025-09-10 02:35:01 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-09 17:35:01 +0100 |
| commit | f6f627d07fe6acf54e88bfba2e41688e3eb58444 (patch) | |
| tree | 9ef8400ba5ce0e86551efbb9dae7ad531814d867 /docs/cli_commands.md | |
| parent | 4fc14c2712b149e37673ed3130377778336f6447 (diff) | |
Print build failures with `qmk mass-compile` and `qmk userspace-compile` if requested (`-p`/`--print-failures`) (#25518)
Diffstat (limited to 'docs/cli_commands.md')
| -rw-r--r-- | docs/cli_commands.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 54bf5cc123..02f362b14c 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md | |||
| @@ -631,14 +631,15 @@ This command compiles all the External Userspace build targets. | |||
| 631 | **Usage**: | 631 | **Usage**: |
| 632 | 632 | ||
| 633 | ``` | 633 | ``` |
| 634 | qmk userspace-compile [-h] [-e ENV] [-n] [-c] [-j PARALLEL] [-t] | 634 | qmk userspace-compile [-h] [-e ENV] [-p] [-n] [-c] [-j PARALLEL] [-t] |
| 635 | 635 | ||
| 636 | options: | 636 | options: |
| 637 | -h, --help show this help message and exit | 637 | -h, --help show this help message and exit |
| 638 | -e ENV, --env ENV Set a variable to be passed to make. May be passed multiple times. | 638 | -e, --env ENV Set a variable to be passed to make. May be passed multiple times. |
| 639 | -p, --print-failures Print failed builds. | ||
| 639 | -n, --dry-run Don't actually build, just show the commands to be run. | 640 | -n, --dry-run Don't actually build, just show the commands to be run. |
| 640 | -c, --clean Remove object files before compiling. | 641 | -c, --clean Remove object files before compiling. |
| 641 | -j PARALLEL, --parallel PARALLEL | 642 | -j, --parallel PARALLEL |
| 642 | Set the number of parallel make jobs; 0 means unlimited. | 643 | Set the number of parallel make jobs; 0 means unlimited. |
| 643 | -t, --no-temp Remove temporary files during build. | 644 | -t, --no-temp Remove temporary files during build. |
| 644 | ``` | 645 | ``` |
