Add command to populate debian cache
This commit is contained in:
1
main.go
1
main.go
@ -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"`
|
||||
|
||||
|
Reference in New Issue
Block a user