diff options
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 6156fc2f8..0e5deb627 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -49,8 +49,6 @@ func getContainerSubCommands() []*cobra.Command { _cleanupCommand, _commitCommand, _execCommand, - _exportCommand, - _killCommand, _mountCommand, _pauseCommand, _portCommand, @@ -58,7 +56,6 @@ func getContainerSubCommands() []*cobra.Command { _refreshCommand, _restartCommand, _restoreCommand, - _rmCommand, _runlabelCommand, _startCommand, _statsCommand, @@ -66,7 +63,6 @@ func getContainerSubCommands() []*cobra.Command { _topCommand, _umountCommand, _unpauseCommand, - _waitCommand, } } |