diff options
Diffstat (limited to 'Help/command/separate_arguments.rst')
-rw-r--r-- | Help/command/separate_arguments.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/separate_arguments.rst b/Help/command/separate_arguments.rst index 69fb726..f66af35 100644 --- a/Help/command/separate_arguments.rst +++ b/Help/command/separate_arguments.rst @@ -32,10 +32,14 @@ be one of the following keywords: MSDN article `Parsing C Command-Line Arguments`_ for details. ``NATIVE_COMMAND`` + .. versionadded:: 3.9 + Proceeds as in ``WINDOWS_COMMAND`` mode if the host system is Windows. Otherwise proceeds as in ``UNIX_COMMAND`` mode. ``PROGRAM`` + .. versionadded:: 3.19 + The first item in ``<args>`` is assumed to be an executable and will be searched in the system search path or left as a full path. If not found, ``<variable>`` will be empty. Otherwise, ``<variable>`` is a list of 2 |