-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Implement feedback on task, subtask and parameter cli parsing #5300
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
Implement feedback on task, subtask and parameter cli parsing #5300
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
…ic for variadic parameters
…implemet-feedback-on-task-parsing
alcuadrado
left a comment
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.
I think this looks good.
Two comments, which can be addressed on separate PRs:
- As discussed,
filetype should be just string, without any validation. - Flags can have explicit values too, for consistency. e.g.
--flagand--flag trueare both valid an equivalent.
I think we can merge this PR and address these things on separate PRs.
See the original PR with the comments to implement: #5282.
Every comment is addressing a specific issue raised in the PR linked above.
There are also additional commits to improve a few smaller code parts, but also in this case everything should be quite easy to understand from the commit message