From ca5b1f55368272f81493969b7c0a95f1a84687e5 Mon Sep 17 00:00:00 2001 From: rsteube Date: Sun, 1 Oct 2023 19:16:17 +0200 Subject: [PATCH] tmp --- traverse.go | 3 +++ 1 file changed, 3 insertions(+) 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