From 4a33ee2ab337b84bbfbc0045c08ac3d43073d702 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 27 Feb 2019 12:26:35 -0600 Subject: fix up a number of misplace commands * ps now on main command * sign is no longer on main commmand * ls, list no longer are valid main aliases for images * ls, list does work for podman image Signed-off-by: baude --- cmd/podman/commands.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd/podman/commands.go') diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 73e02e27a..fd36e77d5 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -30,7 +30,6 @@ func getMainCommands() []*cobra.Command { _rmCommand, _runCommand, _searchCommand, - _signCommand, _startCommand, _statsCommand, _stopCommand, @@ -49,7 +48,6 @@ func getMainCommands() []*cobra.Command { // Commands that the local client implements func getImageSubCommands() []*cobra.Command { return []*cobra.Command{ - _loadCommand, _signCommand, } } -- cgit v1.2.3-54-g00ecf