diff options
author | Lakshmi Priya Sekar <lasekar@microsoft.com> | 2016-08-01 13:26:14 -0700 |
---|---|---|
committer | Lakshmi Priya Sekar <lasekar@microsoft.com> | 2016-08-01 13:26:14 -0700 |
commit | cf8e79a3507387346ce15456de4462b0b1c931ad (patch) | |
tree | 7597ff2f2679e11d03180777ab04c5974a8bac0c /config.json | |
parent | bea4564788d052384492ba6ceb4a8ee75cc5f67b (diff) | |
download | coreclr-cf8e79a3507387346ce15456de4462b0b1c931ad.tar.gz coreclr-cf8e79a3507387346ce15456de4462b0b1c931ad.tar.bz2 coreclr-cf8e79a3507387346ce15456de4462b0b1c931ad.zip |
Add ExtraParameters to config.json to enable --.
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.json b/config.json index c84c771713..7c8d380b7b 100644 --- a/config.json +++ b/config.json @@ -275,6 +275,12 @@ "valueType": "target", "values": [], "defaultValue": "" + }, + "ExtraParameters": { + "description": "Extra parameters will be passed to the selected command.", + "valueType": "passThrough", + "values": [], + "defaultValue": "" } }, "commands": { |