mirror of
https://github.com/containers/podman.git
synced 2025-06-26 04:46:57 +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:
@ -20,6 +20,7 @@ var (
|
||||
pauseCommand,
|
||||
portCommand,
|
||||
// pruneCommand,
|
||||
refreshCommand,
|
||||
restartCommand,
|
||||
rmCommand,
|
||||
runCommand,
|
||||
|
@ -62,7 +62,6 @@ func main() {
|
||||
portCommand,
|
||||
pullCommand,
|
||||
pushCommand,
|
||||
refreshCommand,
|
||||
restartCommand,
|
||||
rmCommand,
|
||||
rmiCommand,
|
||||
|
Reference in New Issue
Block a user