Skip to content

Commit

Permalink
Setting CLI debug parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlechem committed Sep 22, 2024
1 parent 699774e commit dd39998
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion filesort-rs/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"kind": "bin"
}
},
"args": [],
"args": ["--input-file","test.txt","--output-file","out.txt"],
"cwd": "${workspaceFolder}"
},
{
Expand Down
10 changes: 10 additions & 0 deletions filesort-rs/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1
2
3
4
5
6
7
8
9
44

0 comments on commit dd39998

Please sign in to comment.