Document the arguments form of commands.

llvm-svn: 287926
This commit is contained in:
Joerg Sonnenberger 2016-11-25 14:14:43 +00:00
parent 54e5a1a4da
commit c937970175
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ The contracts for each field in the command object are:
Parameters use shell quoting and shell escaping of quotes, with '``"``' Parameters use shell quoting and shell escaping of quotes, with '``"``'
and '``\``' being the only special characters. Shell expansion is not and '``\``' being the only special characters. Shell expansion is not
supported. supported.
- **arguments:** The compile command executed as list of strings.
Either **arguments** or **command** is required.
Build System Integration Build System Integration
======================== ========================