datalad / datalad-remake

Other
2 stars 4 forks source link

Purpose of parameter list? #29

Open mih opened 1 month ago

mih commented 1 month ago

The example in the readme contains this line

parameter = ['first', 'second', 'output']

What is the purpose of this declaration?

It seems that this information can be parsed directly from a given command, and that a user would need to match a parse result exactly, or face an error. If that is true, this is fully redundant and should be removed from the specification.