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

@@ -43,12 +43,12 @@ func newApp() *cli.Command {
app.Suggest = true
app.Commands = []*cli.Command{
admin.Command,
org.Command,
repo.Command,
pipeline.Command,
exec.Command,
info.Command,
lint.Command,
org.Command,
pipeline.Command,
repo.Command,
setup.Command,
update.Command,
}