1
0

feat: add command for distro-related helpers

This commit is contained in:
2023-05-15 10:35:07 +00:00
parent 5e11c1939d
commit 6c1f9f8606
3 changed files with 13 additions and 7 deletions

View File

@ -48,7 +48,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"`
Debian DebianCmd `cmd:"" help:"" hidden:""`
Distro DistroCmd `cmd:"" help:"distro-related helpers" hidden:""`
Version VersionFlag `name:"version" help:"print version information and quit"`