-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split option parameters by comma only #889 #3434
Conversation
@Nereboss Using a PreProcessor to fix the issue doesn't work accross platforms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The descriptions says that whitespace is not allowed. Looking at the code it still seems to be possible to parse foo, bar
properly, no?
ffbd8a7
to
b25cf35
Compare
[CodeCharta Visualization] Kudos, SonarCloud Quality Gate passed! |
[CodeCharta Analysis] Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Split option parameters by comma only #889
Closes: #889
Description
ccsh rawtextparser -e exclude1 exclude2
is no longer supported and is replaced withccsh rawtextparser -e exclude1,exclude2
Definition of Done
A PR is only ready for merge once all the following acceptance criteria are fulfilled: