feat: added gitea backend support
This commit is contained in:
parent
c8ce379aed
commit
5ddc973a3d
7 changed files with 165 additions and 37 deletions
|
|
@ -15,7 +15,7 @@ func progressBar() {
|
|||
// configure progressbar
|
||||
bar = progressbar.NewOptions(2,
|
||||
progressbar.OptionEnableColorCodes(true),
|
||||
progressbar.OptionSetDescription("Logging into Gitlab..."),
|
||||
progressbar.OptionSetDescription("Logging into Git..."),
|
||||
progressbar.OptionSetElapsedTime(false),
|
||||
progressbar.OptionSetPredictTime(false),
|
||||
progressbar.OptionSetWidth(20),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue