mirror of
https://github.com/containers/podman.git
synced 2025-12-05 12:52:12 +08:00
Separate remote and local commands
In the previous CLI, we had an accurate depiction of commands available for the remote client and those available for the local client. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -59,9 +59,8 @@ func init() {
|
||||
|
||||
flags.MarkHidden("archive")
|
||||
|
||||
rootCmd.AddCommand(diffCommand.Command)
|
||||
|
||||
}
|
||||
|
||||
func formatJSON(output []diffOutputParams) (diffJSONOutput, error) {
|
||||
jsonStruct := diffJSONOutput{}
|
||||
for _, output := range output {
|
||||
|
||||
Reference in New Issue
Block a user