herrhotzenplotz / gcli

Portable Git(hub|lab|tea) CLI tool
https://herrhotzenplotz.de/gcli/
BSD 2-Clause "Simplified" License
52 stars 2 forks source link

(#90) Choose correct override account from the command line argument #91

Closed herrhotzenplotz closed 2 years ago

herrhotzenplotz commented 2 years ago

Before we used to always choose the wrong default account based on the forge type of the override account. Now we check whether we have an override account and then retrieve its name to continue.

Also, I removed the libinstall code from default.mk as it resulted in buggy installs of libghcli.a. We don't need to install it.