mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
cli: version flag description
This commit is contained in:
@@ -15,10 +15,10 @@ 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."`
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user