Skip to content

Commit

Permalink
updated help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoSe1990 committed Dec 2, 2024
1 parent 4b2df7e commit ae62c35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ static void print_help_screen()
println(
" -q --quiet\t\t\t\tQuiet mode, only the final result will be printed "
"to stdout.");
println(
" --report-json [opt: file]\t\tPrint the test results as json to stdout "
"or a given file");
println(
" --steps-catalog [opt: file]\t\tWrite the implemented steps as "
"readable text to stdout or a file");
Expand Down

0 comments on commit ae62c35

Please sign in to comment.