2 files changed,
12 insertions(+),
0 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-21 18:45:21 +0200
Authored at:
2026-03-21 18:45:09 +0200
Change ID:
sxqrsqlknyymkurvvzxzouqvwvttuxxr
Parent:
e1c61c6
jump to
| M | internal/cli/cli.go |
| M | internal/cli/repo.go |
M
internal/cli/cli.go
路路路 64 64 Name: "mirror", 65 65 Usage: "remote URL(only http/https) to mirror from", 66 66 }, 67 + &cli.StringFlag{ 68 + Name: "description", 69 + Usage: "set repo description", 70 + Aliases: []string{"desc"}, 71 + }, 67 72 &cli.BoolFlag{ 68 73 Name: "private", 69 74 Usage: "make the repository private",