Skip to content

Test parameter containing a semicolon #1885

Closed
@oznetmaster

Description

@oznetmaster

Currently, the --p (--params) command line option uses the semi-colon as a separator. This makes it difficult to have a parameter containing a semi-colon,

I thought that using multiple --p option would work, but internally, all of the parameters are still concatenated together using a semi-colon as a separator.

The external interface should not be changed. However, the internal format (used to pass the option from the command line to the builder needs to be changed to use non-inputtable character as the separator. Perhaps a null should be used? Alternatively, since the options value is an object, the parameters could be passed as an array of strings?

Not sure why the decision was made to simple concatenate all the parameters separated by semicolons was made in the first place?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions