diff options
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 0e5deb627..1a2da86cf 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -22,7 +22,6 @@ func getMainCommands() []*cobra.Command { _refreshCommand, _restartCommand, _searchCommand, - _startCommand, _statsCommand, _topCommand, _unpauseCommand, @@ -57,7 +56,6 @@ func getContainerSubCommands() []*cobra.Command { _restartCommand, _restoreCommand, _runlabelCommand, - _startCommand, _statsCommand, _stopCommand, _topCommand, |