You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some combinations of CLI arguments should be disallowed, and others are meaningless without supporting arguments.
To Reproduce
Examples of argument combinations that should not be allowe:
quads --ls-cloud --ls-notification
as well as:
quads --ls-notification --ls-cloud
In the above two examples, the last one wins. Perhaps there should be better checking for exclusivity of various argument combinations.
Additionally, the following arguments should force requiring using --mod-notification but no such requirement is enforced, so they can be passed (and are ignored if the --mod-notification flag is not passed):
sadsfae
changed the title
[BUG] Better CLI argument management - some combinations should not be allowed
[RFE] Better CLI argument management - some combinations should not be allowed
Dec 14, 2024
Describe the bug
Some combinations of CLI arguments should be disallowed, and others are meaningless without supporting arguments.
To Reproduce
Examples of argument combinations that should not be allowe:
as well as:
In the above two examples, the last one wins. Perhaps there should be better checking for exclusivity of various argument combinations.
Additionally, the following arguments should force requiring using
--mod-notification
but no such requirement is enforced, so they can be passed (and are ignored if the--mod-notification
flag is not passed):The text was updated successfully, but these errors were encountered: