nfdi4plants / ARCCommander

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

[Feature Request] improve console output of setgituser #162

Closed ZimmerD closed 11 months ago

ZimmerD commented 1 year ago

Is your feature request related to a problem? Please describe. I wanted to update my arcs local config file with my user credentials stored in the global arc config file, therefore I proceeded as described in the wiki and called:

arc config setgituser

The command works and stores my credentials in the local arc config, however, I find the console output a little bit misleading as it reads as follows:

Start processing command with the arguments: Email:Field "" Name:Field ""

Which looks a little bit like empty strings where copied.

Describe the solution you'd like I suggest either one of the following solutions:

  1. A clear and concise description of what happened (tried to call setgituser without parameters X Y, therefore copy from global executed)
  2. An alternative command, which lacks the functionality to set a git user and is specifically designed to copy the information from the global arc config.