fix tab completion

This commit is contained in:
2026-05-26 08:01:28 +02:00
parent 98a577f68a
commit 501deec538
3 changed files with 4 additions and 2 deletions

2
go.mod
View File

@@ -26,7 +26,7 @@ require (
github.com/mattn/go-isatty v0.0.22
github.com/olekukonko/tablewriter v1.1.4
github.com/tlinden/yadu v0.1.3
github.com/urfave/cli/v3 v3.9.0
github.com/urfave/cli/v3 v3.9.1-0.20260524212652-be8b79d0c8de
gopkg.in/yaml.v3 v3.0.1
)