cli: version flag description

This commit is contained in:
CrazyMax
2025-08-03 23:55:55 +02:00
parent 0863995b1e
commit 89cebec700

View File

@@ -15,7 +15,7 @@ import (
var ( var (
version = "dev" version = "dev"
cli struct { cli struct {
Version kong.VersionFlag Version kong.VersionFlag `name:"version" help:"Print version information."`
Serve ServeCmd `cmd:"" help:"Starts Diun server."` Serve ServeCmd `cmd:"" help:"Starts Diun server."`
Image ImageCmd `cmd:"" help:"Manage image manifests."` Image ImageCmd `cmd:"" help:"Manage image manifests."`
Notif NotifCmd `cmd:"" help:"Manage notifications."` Notif NotifCmd `cmd:"" help:"Manage notifications."`