Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit bde2ea3

Browse files
committed
Remove default action
1 parent 4f25b46 commit bde2ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WeChatTweak-CLI/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ enum Action: String, EnumerableFlag {
5252

5353
struct Tweak: ParsableCommand {
5454
@Flag(help: "Install or Uninstall tweak")
55-
var action = Action.install
55+
var action: Action
5656

5757
func run() throws {
5858
switch action {

0 commit comments

Comments
 (0)