nfdi4plants / ARCCommander

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

refactor configuration #23

Closed HLWeil closed 3 years ago

HLWeil commented 3 years ago

(Reopened PR #20 because of commit inconsistencies)

Setup a configuration for the arc which is split into two files:

Per default, editing the configuration via the cli will affect only the local configuration and therefore only one arc, but retrieving the configuration will merge the global and the local settings:

Editing the configuration can be done in three ways:

Additionally, some settings (like verbosity) can be given when running a command, altering the behaviour only of this specific process

HLWeil commented 3 years ago

Good stuff. Can you please also add the help output of the CLI tool to the global readme?

Updated in ed3e982