feat: implement list of available distros
This commit is contained in:
2
main.go
2
main.go
@ -53,7 +53,7 @@ type CLI struct {
|
||||
Gen GenCmd `cmd:"" help:"generate .out-of-tree.toml skeleton"`
|
||||
Image ImageCmd `cmd:"" help:"manage images"`
|
||||
Container ContainerCmd `cmd:"" help:"manage containers"`
|
||||
Distro DistroCmd `cmd:"" help:"distro-related helpers" hidden:""`
|
||||
Distro DistroCmd `cmd:"" help:"distro-related helpers"`
|
||||
|
||||
Version VersionFlag `name:"version" help:"print version information and quit"`
|
||||
|
||||
|
Reference in New Issue
Block a user