mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
Implement podman-remote rm
* refactor command output to use one function * Add new worker pool parallel operations * Implement podman-remote umount * Refactored podman wait to use printCmdOutput() Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@@ -24,12 +24,10 @@ func getMainCommands() []*cobra.Command {
|
||||
_portCommand,
|
||||
_refreshCommand,
|
||||
_restartCommand,
|
||||
_rmCommand,
|
||||
_searchCommand,
|
||||
_startCommand,
|
||||
_statsCommand,
|
||||
_topCommand,
|
||||
_umountCommand,
|
||||
_unpauseCommand,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user