mirror of
https://github.com/containers/podman.git
synced 2025-07-10 07:34:26 +08:00
Move podman refresh under the container subcommand
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #981 Approved by: baude
This commit is contained in:
cmd/podman
@ -20,6 +20,7 @@ var (
|
|||||||
pauseCommand,
|
pauseCommand,
|
||||||
portCommand,
|
portCommand,
|
||||||
// pruneCommand,
|
// pruneCommand,
|
||||||
|
refreshCommand,
|
||||||
restartCommand,
|
restartCommand,
|
||||||
rmCommand,
|
rmCommand,
|
||||||
runCommand,
|
runCommand,
|
||||||
|
@ -62,7 +62,6 @@ func main() {
|
|||||||
portCommand,
|
portCommand,
|
||||||
pullCommand,
|
pullCommand,
|
||||||
pushCommand,
|
pushCommand,
|
||||||
refreshCommand,
|
|
||||||
restartCommand,
|
restartCommand,
|
||||||
rmCommand,
|
rmCommand,
|
||||||
rmiCommand,
|
rmiCommand,
|
||||||
|
Reference in New Issue
Block a user