Closed mih closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
9ab7305
) to head (70fc8f1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The main pieces here are
@datalad_command
decorator that replaces anything and everythingInterface
....ResultHandler
which factors out all result post-processing from individual commandsDataset
-- which is something else that the class of the same name in legacy DataLad (more likeDatasetParameter
in datalad-next).ParamProcessor
-- for validation, coercion, and transformation of parameters