Simplification and fix of the argument parser#200
Conversation
Signed-off-by: Nadja Brix Koch <n.koch@samsung.com>
safl
left a comment
There was a problem hiding this comment.
Are the CI errors related to this?
e6aa58b to
6f0b527
Compare
hehe, yes. I'm on it |
Pull Request Test Coverage Report for Build 20331338240Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
safl
left a comment
There was a problem hiding this comment.
Does this require that one now does not explicitly provide --workflow?
I ask, since there are places where CIJOE is in use where it would like convenient not to have to adjust to that. In other words, could providing --workflow be optional, or does that break with the cleanup done here?
It did, but I've added it back for backwards compatibility. Also, I have added a bunch of tests for the Workflows:
Scripts:
Other:
|
67e70ef to
96a4b97
Compare
This simplifies the logic of the argument parser without changing the functionality. It also fixes the bug where boolean arguments, such as --monitor, could not be placed as the first argument. Signed-off-by: Nadja Brix Koch <n.koch@samsung.com>
No description provided.