datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

Adjust to take advantage of full command parameter validation in datalad-next #415

Open mih opened 1 year ago

mih commented 1 year ago

This means that for some command gooey will basically have to do no more than generating an input form based on the EnsureCommandParameterization.

For all other it can use EnsureParameterConstraint.from_parameter() to assemble such instance by itself.