nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

Cli argument refactoring #10

Closed HLWeil closed 3 years ago

HLWeil commented 3 years ago

The generell design of the argument parsing was changed.

Instead of using an intermediate parameter grouping type (record type) which has to be created for each argument type, the parameters instead get translated into a map, where the keys match the argument field names.

7

Also a preliminary local parameters file was added.

8