chriskiehl / Gooey

Turn (almost) any Python command line program into a full GUI application with one line
MIT License
20.68k stars 1.02k forks source link

args cases #902

Open dyk74 opened 9 months ago

dyk74 commented 9 months ago

Hello, I don't know if it's possible to do something like that: I have an arg (in gooey is a checkbox) that of course could be true or false, i need to know if it's possible to do this: if this arg is true an other arg should be required if this arg is false an other arg (not the same as the line before) should be required

Thank you