Document the arguments form of commands.
llvm-svn: 287926
This commit is contained in:
parent
54e5a1a4da
commit
c937970175
|
@ -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
|
||||||
========================
|
========================
|
||||||
|
|
Loading…
Reference in New Issue