-
Home
-
API Reference
-
CliInvoke.Core.Configuration
-
ArgumentsSpec
-
Methods
-
Add(String, Boolean)
Add(String, Boolean) Method
Definition
Appends a string value to the arguments spec.
public ArgumentsSpec Add(string value, bool escape)
Parameters
- value
- String
The string value to append.
- escape
- Boolean
Whether to escape the value before appending.
Returns