Add cli options for formatting
All checks were successful
Build ptprnt / build (push) Successful in 1m11s

This commit is contained in:
2023-10-19 21:29:09 +02:00
parent 4b96fcfac1
commit 368d8f3599
6 changed files with 88 additions and 26 deletions

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/builddir/ptprnt",
"args": ["--verbose"],
"args": ["-t Hello"],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],