Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/cli: add
wrappingValueString
option
The function currently doesn't provide a way to create a result like `--foo "bar"` or `--foo="bar"`, where the argument is quoted. This option resolves that. We set it to an empty string by default, so we can always interpolate it into the string, even if the user didn't set it.
- Loading branch information