Skip to content

Commit f3eb1d3

Browse files
committed
solcjs: Remove the redundant --version option, conflicting with the built-in one
- This started causing an error with the latest version of the commander package
1 parent f139597 commit f3eb1d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const commanderParseInt = function (value) {
2626
program.name('solcjs');
2727
program.version(solc.version());
2828
program
29-
.option('--version', 'Show version and exit.')
3029
.option('--optimize', 'Enable bytecode optimizer.', false)
3130
.option(
3231
'--optimize-runs <optimize-runs>',

0 commit comments

Comments
 (0)