1
0

Image editing command

This commit is contained in:
2023-02-15 10:17:57 +00:00
parent 0529b30558
commit 3ec919abc1
2 changed files with 94 additions and 0 deletions

View File

@ -30,6 +30,7 @@ type CLI struct {
Log LogCmd `cmd:"" help:"query logs"`
Pack PackCmd `cmd:"" help:"exploit pack test"`
Gen GenCmd `cmd:"" help:"generate .out-of-tree.toml skeleton"`
Image ImageCmd `cmd:"" help:"manage images"`
Version VersionFlag `name:"version" help:"print version information and quit"`
}