Skip to content

Commit a158bc8

Browse files
authored
refactor: command type-safety (#192)
1 parent c329e29 commit a158bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webcrack/src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ const { version, description } = JSON.parse(
1616
debug.enable('webcrack:*');
1717

1818
interface Options {
19-
force: boolean;
19+
force?: boolean;
2020
output?: string;
21-
mangle: boolean;
21+
mangle?: boolean;
2222
jsx: boolean;
2323
unpack: boolean;
2424
deobfuscate: boolean;

0 commit comments

Comments
 (0)