Commit graph

6 commits

Author SHA1 Message Date
Tom Limoncelli
05eade15c6
CHORE: Upgrade to github.com/urfave/cli/v3 (#3948)
# Issue

We're using github.com/urfave/cli/v2

# Resolution

Upgrade to github.com/urfave/cli/v3
2026-01-06 18:03:53 -05:00
Tom Limoncelli
6d4a185422
REFACTOR: Run moderize -fix (#3908)
# Issue

We haven't run `moderize` on the codebase in a while. There have been
many updates to the Go language since.

# Resolution

Run it. Test it.
2025-12-09 14:23:26 -05:00
Tom Limoncelli
5dbe5e84c9
CHORE: Fix lint warnings from golangci-lint (#3311) 2025-01-13 11:33:12 -05:00
Tom Limoncelli
2ca9c84dbe
Unhide shell-completion flag (#2640) 2023-11-22 08:53:04 -05:00
Tom Whitwell
b147fbf557
wip: complete subcommands after bare flags 2023-10-15 12:37:59 +01:00
Tom Whitwell
b91bcf373f
Add Shell Completion script generation
`dnsutils shell-completion <shell>` will generate a shell completion
script for the specified shell (bash or zsh). If no shell is specified,
the script will be generated for the current shell, using `$SHELL`.
2023-10-15 11:12:28 +01:00