Skip to content

Commit 6e043c9

Browse files
committed
Merge branch 'release/v5.2.2'
2 parents 7b3357a + 0a751d4 commit 6e043c9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
6.91 KB
Loading

core/userguide/cmd_debug.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ to a current working directory (``CWD``).
5959

6060
Process project with a custom :ref:`projectconf`.
6161

62+
.. option::
63+
--load-mode
64+
65+
Override :ref:`projectconf_debug_load_mode` option.
66+
6267
.. option::
6368
--interface
6469

projectconf/advanced_scripting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Create a custom ``node`` target (alias) which will print a NodeJS version
423423
Import("env")
424424
425425
# Single action/command per 1 target
426-
env.AddCustomTarget("sysenv", None, 'python -c "import os; print(os.environ)"'))
426+
env.AddCustomTarget("sysenv", None, 'python -c "import os; print(os.environ)"')
427427
428428
# Multiple actions
429429
env.AddCustomTarget(

0 commit comments

Comments
 (0)