We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7ee58 commit 8866ca7Copy full SHA for 8866ca7
packages/mdline/src/cli.ts
@@ -6,7 +6,6 @@ import * as parser from "@mdline/mdline-parser";
6
import * as formatter from "@mdline/mdline-formatter-html";
7
8
export async function run(argv: string[]) {
9
- console.log(argv);
10
const cli = meow(`
11
Usage
12
$ mdline <input> [Options]
0 commit comments