Skip to content

Commit 4cbc7f9

Browse files
committed
chore: unused imports 제거
1 parent 858a408 commit 4cbc7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/patchlogr-cli/src/commands

packages/patchlogr-cli/src/commands/help.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Command, program } from "commander";
1+
import { Command } from "commander";
22

33
export const helpCommand = new Command("help")
44
.description("Display help information about patchlogr commands")

0 commit comments

Comments
 (0)