Skip to content

Conversation

@AstralZebulon
Copy link

CLI args with whitespace were not being perserved when creating the workspace task script, so that a single arg was being split into multiple args for the workspace member's task run.

For example
--feature "f1 f2"
was being seen as
--feature f1 f2

The result was an error because the f2 was not seen as associated with the --feature flag anymore.

CLI args with whitespace were not being perserved when creating the
workspace task script, so that a single arg was being split into
multiple args for the workspace member's task run.

 For example
   `--feature "f1 f2"`
was being seen as
   `--feature f1 f2`

The result was an error because the `f2` was not seen as associated
with the `--feature` flag anymore.
@AstralZebulon
Copy link
Author

Should I file a bug for this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant