Skip to content
Snippets Groups Projects
Commit 1ae91827 authored by Joerg Sonnenberger's avatar Joerg Sonnenberger
Browse files

Document the arguments form of commands.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287926 91177308-0d34-0410-b5e6-96231b3b80d8
parent 9cf062f7
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,8 @@ The contracts for each field in the command object are:
Parameters use shell quoting and shell escaping of quotes, with '``"``'
and '``\``' being the only special characters. Shell expansion is not
supported.
- **arguments:** The compile command executed as list of strings.
Either **arguments** or **command** is required.
Build System Integration
========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment