Sort cli commands alphabetically (#4489)

Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
qwerty287
2024-11-30 20:11:57 +02:00
committed by GitHub
parent bb1461d5d8
commit 0f87ddc057
13 changed files with 40 additions and 40 deletions

View File

@@ -27,16 +27,16 @@ var Command = &cli.Command{
Name: "repo",
Usage: "manage repositories",
Commands: []*cli.Command{
repoListCmd,
repoShowCmd,
repoAddCmd,
repoUpdateCmd,
repoChownCmd,
cron.Command,
repoListCmd,
registry.Command,
repoRemoveCmd,
repoRepairCmd,
repoChownCmd,
repoSyncCmd,
registry.Command,
secret.Command,
cron.Command,
repoShowCmd,
repoSyncCmd,
repoUpdateCmd,
},
}