summaryrefslogtreecommitdiff
path: root/internal/crypto
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-18 08:16:02 +0300
committerPaul Buetow <paul@buetow.org>2026-04-18 08:16:02 +0300
commit9cab01cc8a3ec80a9ecede8a609b7b6e0769a446 (patch)
treea3a118283148924d559a5445a345d447ab706947 /internal/crypto
parentdfd6bc30afefba57a34aa2d3d2e384701c3cf28e (diff)
fix: stop using flag.Parse() in main.go so unknown flags reach the CLI
flag.Parse() rejected --backend and --kdbx-path as undefined flags before the CLI could handle them. Replace with a manual -version / --version check and pass os.Args[1:] directly to cli.New and cli.Run. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/crypto')
0 files changed, 0 insertions, 0 deletions