From f20b58185166582875511aac2e10f9ca05f13b92 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Sep 2022 10:39:13 +0200 Subject: Add note on PowerShell quoting --- doc/manual.cli | 9 +++++++++ 1 file changed, 9 insertions(+) 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: \ -- cgit v1.1