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
...should there any default notation in the help message for exclusivity clauses? If the developer uses either:, conflicts: or depends, seems like the only good way to find out is to try it and get an error message, or the developer would have to manually note it with the banner message.
The text was updated successfully, but these errors were encountered:
I was thinking about this a little more and am not sure the best way to implement it.
One thought was an addition to each line:
Options:
-c, --cone Ice cream cone
-z, --zippy It zips (conflicts with --zapzy)
-a, --zapzy It zapz (conflicts with --zippy)
-b, --big-bug Madagascar cockroach
It's possible to have multiple things in the conficts/depends/either so it may get lengthy.
I think it might be possible to create multiple depends/conflicts/either that affect the same option so the line could be wildly long.
Another option may be to represent with some notation on the line and then later write the constraints below:
From #130 (comment), @nanobowers wrote:
The text was updated successfully, but these errors were encountered: