From 6b625bea1beee70c326e1e32936e66ecc23ba99c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Nov 2020 08:29:55 +0200 Subject: Add note on alternative way to specify config name in PowerShell --- bdep/projects-configs.cli | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bdep/projects-configs.cli b/bdep/projects-configs.cli index 0228d4c..72b9736 100644 --- a/bdep/projects-configs.cli +++ b/bdep/projects-configs.cli @@ -71,6 +71,10 @@ include ; $ bdep status @gcc @clang \ + Note to Windows users: a command line argument with leading \cb{@} has a + special meaning in PowerShell. To work around this, you can use the + alternative \cb{-@gcc} syntax or the \cb{-n\ gcc} option. + A configuration without a name can be specified as a directory using the \c{\b{--config}|\b{-c}} option. Name and directory specifications can be mixed. For example: -- cgit v1.1