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:
baude
2019-02-10 15:25:13 -06:00
parent c86e8f180c
commit 13d2354bc6
52 changed files with 106 additions and 83 deletions

View File

@@ -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 {