Skip to content

Commit

Permalink
修复:gs子命令超过4个case
Browse files Browse the repository at this point in the history
  • Loading branch information
1242509682 committed May 16, 2024
1 parent c4434fc commit 1f55e2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SignInSign/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ internal static void SetupCmd(CommandArgs args)
return;
case "s":
case "set":
case "add":
case "设置":

Check failure on line 32 in SignInSign/Command.cs

View workflow job for this annotation

GitHub Actions / build

The switch statement contains multiple cases with the label value '"����"'

Check failure on line 32 in SignInSign/Command.cs

View workflow job for this annotation

GitHub Actions / build

The switch statement contains multiple cases with the label value '"����"'
if (args.Parameters.Count != 1)
{
Expand Down

0 comments on commit 1f55e2c

Please sign in to comment.