nfdi4plants / ARCCommander

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

[Feature Request] Reduce verbosity of error messages (or add argument for the verbosity level) #189

Closed kMutagene closed 10 months ago

kMutagene commented 1 year ago

Here is a specific example of output that is way to verbose IMO:

arc i person add

the output (currently, all of the trext below is printed on typing arc i person add):

HLWeil commented 10 months ago

There is a verbosity flag: --verbosity (-v) you can use.

With levels from 0 = no info to 2 = full info (standard is 1)

E.g.: arc -v 0 a add -a abc will add the assay with no info.

HLWeil commented 10 months ago

I will close this issue. Feel free to reopen if this isn't the solution you liked.

kMutagene commented 9 months ago

Is the output i posted still the default output? if so, i would not agree this to be closed, as it is still too verbose