diff --git a/traverse.go b/traverse.go index c224dfc24..c5fa201fd 100644 --- a/traverse.go +++ b/traverse.go @@ -110,6 +110,9 @@ loop: Type: "subcommand", Value: arg, }) + m, _ := yaml.Marshal(inArgsX) // TODO pass on to next traverse invocation + LOG.Println(string(m)) + return traverse(subCmd, args[i+1:]) // positional