generate command tree from within (esctl --show-command-tree)

This commit is contained in:
2026-06-23 14:02:58 +02:00
parent faa8c0fe26
commit 3c6819151f
4 changed files with 135 additions and 94 deletions

2
go.mod
View File

@@ -32,7 +32,7 @@ require (
github.com/olekukonko/tablewriter v1.1.4
github.com/tidwall/gjson v1.19.0
github.com/tlinden/yadu v0.1.3
github.com/urfave/cli/v3 v3.9.1-0.20260524212652-be8b79d0c8de
github.com/urfave/cli/v3 v3.10.1-0.20260623012112-f980ca84bf65
gopkg.in/yaml.v3 v3.0.1
)