aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-09-13 14:53:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-09-26 17:14:22 +0300
commit0b61b4207fb3c00860f8ef4d4b86e31cdc90c09d (patch)
tree36f9c84bf8ae5d580a563c9e74001b6ddf384bc4 /bdep/new.cli
parent865f01bbf9e1e3b2fd2aae3c6cd4d4002adc928d (diff)
Adapt to builtins support added to command run API
Diffstat (limited to 'bdep/new.cli')
-rw-r--r--bdep/new.cli11
1 files changed, 6 insertions, 5 deletions
diff --git a/bdep/new.cli b/bdep/new.cli
index dbb9a96..4d7c9a9 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -490,11 +490,12 @@ namespace bdep
source directory.
The <command> value is interpreted as a whitespace-separated,
- potentially quoted command line consisting of the program optionally
- followed by arguments and redirects. Specifically, a single level of
- quotes (either single or double) is removed and whitespaces are not
- treated as separators inside such quoted fragments. Currently only the
- \cb{stdout} redirect to a file is supported. For example:
+ potentially quoted command line consisting of a program or a portable
+ \l{testscript#builtins builtin} optionally followed by arguments and
+ redirects. Specifically, a single level of quotes (either single or
+ double) is removed and whitespaces are not treated as separators inside
+ such quoted fragments. Currently only the \cb{stdout} redirect to a
+ file is supported. For example:
\
$ bdep new --post-hook \"echo '.idea/ # IDE' >>.gitignore\" hello