mirror of
https://github.com/containers/podman.git
synced 2025-12-06 21:57:50 +08:00
@@ -112,18 +112,6 @@ func getPodSubCommands() []*cobra.Command {
|
||||
}
|
||||
}
|
||||
|
||||
// Commands that the local client implements
|
||||
func getVolumeSubCommands() []*cobra.Command {
|
||||
return []*cobra.Command{
|
||||
_volumeCreateCommand,
|
||||
_volumeLsCommand,
|
||||
_volumeRmCommand,
|
||||
_volumeInspectCommand,
|
||||
_volumePruneCommand,
|
||||
}
|
||||
}
|
||||
|
||||
// Commands that the local client implements
|
||||
func getGenerateSubCommands() []*cobra.Command {
|
||||
return []*cobra.Command{
|
||||
_containerKubeCommand,
|
||||
|
||||
Reference in New Issue
Block a user