We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148bdf2 commit 62a0eb2Copy full SHA for 62a0eb2
benchmark.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-const program = require("commander");
+const { program } = require("commander");
4
5
program
6
.command("bench", "Benchmark one, multiple or all modules.", {
0 commit comments