diff options
| author | QMK Bot | 2025-09-09 18:35:52 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-09-09 18:35:52 +0200 |
| commit | ab61d9cb51f71af9ab0f0d7c8999778f1c6780d3 (patch) | |
| tree | 63ef2e7d942e610d68db3699ba2e26a1c014d8d2 /docs | |
| parent | 649bbdeaba9b2c8eb5c693ac6634a77a16c45db5 (diff) | |
| parent | f6f627d07fe6acf54e88bfba2e41688e3eb58444 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
| -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. **Usage**: ``` -qmk userspace-compile [-h] [-e ENV] [-n] [-c] [-j PARALLEL] [-t] +qmk userspace-compile [-h] [-e ENV] [-p] [-n] [-c] [-j PARALLEL] [-t] options: -h, --help show this help message and exit - -e ENV, --env ENV Set a variable to be passed to make. May be passed multiple times. + -e, --env ENV Set a variable to be passed to make. May be passed multiple times. + -p, --print-failures Print failed builds. -n, --dry-run Don't actually build, just show the commands to be run. -c, --clean Remove object files before compiling. - -j PARALLEL, --parallel PARALLEL + -j, --parallel PARALLEL Set the number of parallel make jobs; 0 means unlimited. -t, --no-temp Remove temporary files during build. ``` |