diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 3ea61a7..2d44c83 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ usage: .\create_report.py [-h] [-o output] [-c] input_path ``` The `input_path` points either to a executable, which outputs the csv to stdout, or to a csv (if the `-c` flag is set). -The program does not test for invalid inputs, the behaviour for these is undefined. +> [!warning] +> The program does not test for invalid inputs, the behaviour for these is undefined. # CSV-Format |