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
ndcroos edited this page Nov 2, 2023
·
2 revisions
💡 If you're working on this project at a hacking event,
please put your name here: @ndcroos
Expertise: ★★☆☆☆
Time: ★★☆☆☆
What needs to be done:
Many command line options are defined pairwise, e.g. -principal and -no-principal. Currently this has to be done manually and there is no higher level way of expressing that we want to add a pair of options that negate each other and to say which one is the default. It would be good to have a way of doing and use it for the existing options where this makes sense (and ensure that all boolean options have an appropriate negating option).