Split command entrypoint from app package

This commit is contained in:
Joe Julian
2026-04-08 23:36:22 -07:00
parent 74d10535a1
commit b256a77d0c
28 changed files with 39 additions and 32 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func TestDefaultConfigGogioArgs(t *testing.T) {
"-minsdk", DefaultMinSDK,
"-targetsdk", DefaultTargetSDK,
"-icon", DefaultIconPath,
".",
"./cmd/keepassgo",
}
if got := cfg.GogioArgs(); !slices.Equal(got, want) {