summaryrefslogtreecommitdiff
path: root/cmd/podman/commands_remoteclient.go
Commit message (Collapse)AuthorAge
* Mask unimplemeted commands for remote clientbaude2019-01-19
Masking main level, image, and container commands that are not yet implemented for the remote client. As each command is completed, be sure to unmask it. Also, masking podman command line switches that are not applicable to the remote client. Signed-off-by: baude <bbaude@redhat.com>