feat: updates

This commit is contained in:
2025-01-18 17:18:52 +08:00
parent 68a113e01f
commit c0870fe9d1

View File

@@ -1,6 +1,7 @@
// Reference: // Reference:
// - https://developer.apple.com/documentation/swift/commandline/arguments // - https://developer.apple.com/documentation/swift/commandline/arguments
// - https://git.hatter.ink/hatter/card-cli/src/branch/master/swift-lib/src/lib.swift // - https://git.hatter.ink/hatter/card-cli/src/branch/master/swift-lib/src/lib.swift
// - https://developer.apple.com/documentation/security/secaccesscontrolcreateflags
import CryptoKit import CryptoKit
import LocalAuthentication import LocalAuthentication
@@ -206,4 +207,4 @@ if (action == "version") {
exitWith("ok:1.0.0-20250118") exitWith("ok:1.0.0-20250118")
} }
exitWith("err:unknown action") exitWith("err:invalid action")