Make it possible to treat non options as unknown arguments#41
Make it possible to treat non options as unknown arguments#41Falcosc wants to merge 1 commit intocofyc:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Falcosc The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/assign @cofyc |
|
can you describe your use case? |
|
Projects without non option arguments do need this:
Or just These 2 examples do currently not print help And it needs to be a flag because projects which are using non option arguments, like a file path or an action name would like to support non option arguments. I thought the default value should be support of non option arguments, so the flag need to be manually set if you want to treat non option arguments as invalid input. |
No description provided.