diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-18 08:16:02 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-18 08:16:02 +0300 |
| commit | 9cab01cc8a3ec80a9ecede8a609b7b6e0769a446 (patch) | |
| tree | a3a118283148924d559a5445a345d447ab706947 /internal/cli/cli_paths.go | |
| parent | dfd6bc30afefba57a34aa2d3d2e384701c3cf28e (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/cli/cli_paths.go')
0 files changed, 0 insertions, 0 deletions
