diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-02 10:39:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-02 10:39:13 +0200 |
commit | f20b58185166582875511aac2e10f9ca05f13b92 (patch) | |
tree | d682846154be78b31b670d073471c112c533f079 /doc | |
parent | 8ecc09653d70fe8df4fc9fcd7214ba85e6db9c9c (diff) |
Add note on PowerShell quoting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index ed96915..0f170ea 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -1644,6 +1644,15 @@ $ b update: hello/exe{hello} # Update specific target $ b update: libhello/ tests/ # Update two targets. \ +\N|If you are running \c{build2} from PowerShell, then you will need to use +quoting when updating specific targets, for example: + +\ +$ b update: 'hello/exe{hello}' +\ + +| + Let's revisit \c{build/bootstrap.build} from our \c{hello} project: \ |