mirror of
https://github.com/containers/podman.git
synced 2025-12-09 23:27:09 +08:00
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 <bbaude@redhat.com>
This commit is contained in:
@@ -47,7 +47,7 @@ var mainCommands = []*cobra.Command{
|
||||
podCommand.Command,
|
||||
_pullCommand,
|
||||
_pushCommand,
|
||||
_rmiCommand,
|
||||
&_rmiCommand,
|
||||
_saveCommand,
|
||||
_tagCommand,
|
||||
_versionCommand,
|
||||
|
||||
Reference in New Issue
Block a user