docs: small improvements

This commit is contained in:
Simon Cornet 2025-03-05 12:14:06 +01:00
commit bc73292fca
3 changed files with 4 additions and 3 deletions

View file

@ -97,11 +97,11 @@ func manageArguments() {
// Override with flag values (higher precedence)
concurrency = *concurrencyFlag
debug = *debugFlag
gitlabHost = *hostFlag
gitlabToken = *tokenFlag
includeArchived = *archivedFlag
repoDestinationPre = *destinationFlag
debug = *debugFlag
// add slash 🎩🎸 if not provided
if !strings.HasSuffix(repoDestinationPre, "/") {

View file

@ -7,11 +7,11 @@ import (
// userdata
var concurrency int
var debug bool
var gitlabHost string
var gitlabToken string
var includeArchived string
var repoDestinationPre string
var debug bool
// keep count 🧛
var clonedCount int

View file

@ -26,6 +26,7 @@ Usage of gogitlabber:
Toggle debug mode
example: -debug=true
env = GOGITLABBER_DEBUG
(default false)
-destination string
Specify where to check the repositories out