1
0

Add command to populate debian cache

This commit is contained in:
2023-05-11 20:08:08 +00:00
parent 26c261b6f3
commit da6843f9b7
2 changed files with 60 additions and 0 deletions

View File

@ -42,6 +42,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:""`
Version VersionFlag `name:"version" help:"print version information and quit"`