add build to main and as subcommand to image

add build as a local and remote-client command in the main
podman menu.  also ensure it is added to the image subcommands
as well.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-02-14 10:52:30 -06:00
parent 0cd2243596
commit 476ea5645e
3 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ var (
// Commands that the remote and local client have
// implemented.
var mainCommands = []*cobra.Command{
_buildCommand,
_exportCommand,
_historyCommand,
_imagesCommand,