From 28d1791e2dc66cc610468deb29ea030e28d0793c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 13 Sep 2019 20:47:58 +0300 Subject: Add support for testscript builtin escaping --- doc/testscript.cli | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/testscript.cli b/doc/testscript.cli index 8b9509d..f51bf14 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -2232,6 +2232,13 @@ in option handling) and extensions, as described in this chapter. Note also that the builtins are implemented in-process with some of the simple ones such as \c{true/false}, \c{mkdir}, etc., being just function calls. +To run a system utility instead of a builtin prefix its name with \c{^}, for +example: + +\ +^cat --squeeze-blank +\ + \h#builtins-cat|\c{cat}| -- cgit v1.1