Skip to content

Commit 62c8b0b

Browse files
chore: vs code debug command line args
1 parent 0f3ece8 commit 62c8b0b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"name": "Python: Module",
99
"type": "python",
1010
"request": "launch",
11-
"module": "ocr"
11+
"module": "ocr",
12+
"args": [
13+
"-iexample input/input.jpg",
14+
"-v"
15+
]
1216
}
1317
]
1418
}

0 commit comments

Comments
 (0)