Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Oct 1, 2023
1 parent 4cdd9c0 commit ca5b1f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions traverse.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca5b1f5

Please sign in to comment.