KacperFKorban / GUInep

Automatic UI forms for Scala 3 functions
https://kacperfkorban.github.io/GUInep/
Apache License 2.0
14 stars 0 forks source link

Support optional arguments #9

Closed KacperFKorban closed 5 months ago

KacperFKorban commented 6 months ago

We should distinguish between optional and required fields in the UI.

Right now all fields are optional, so technically "support non-optional arguments" is probably a better issue name.

KacperFKorban commented 5 months ago

superseded by #38