mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 11:35:00 +01:00
cli: version flag description
This commit is contained in:
@@ -15,10 +15,10 @@ import (
|
||||
var (
|
||||
version = "dev"
|
||||
cli struct {
|
||||
Version kong.VersionFlag
|
||||
Serve ServeCmd `cmd:"" help:"Starts Diun server."`
|
||||
Image ImageCmd `cmd:"" help:"Manage image manifests."`
|
||||
Notif NotifCmd `cmd:"" help:"Manage notifications."`
|
||||
Version kong.VersionFlag `name:"version" help:"Print version information."`
|
||||
Serve ServeCmd `cmd:"" help:"Starts Diun server."`
|
||||
Image ImageCmd `cmd:"" help:"Manage image manifests."`
|
||||
Notif NotifCmd `cmd:"" help:"Manage notifications."`
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user