Skip to content

Commit

Permalink
Update the help prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Oct 18, 2024
1 parent 0335cc8 commit d36c18c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions exe/retest
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,13 @@ loop do
when 'h', 'help'
puts <<~HELP
* 'h' or 'help' -> Prints help
* 'p' or 'pause' -> Pauses Retest. Tests aren't run until unpaused.
* 'u' or 'unpause' -> Unpauses Retest
* <Enter> -> Runs last changed triggered command
* 'ra', 'run all' -> Runs all tests
* 'e' or 'exit' -> Exits Retest
* 'h', 'help' # Prints help
* 'p', 'pause' # Pauses Retest. Tests aren't run until unpaused.
* 'u', 'unpause' # Unpauses Retest
* <ENTER> # Runs last changed triggered command
* 'ra, 'run all' # Runs all tests
* 'd', 'diff' [GIT BRANCH] # Run matching specs that changed from a target branch
* 'e', 'exit' # Exits Retest
HELP
else
puts "Unknown interactive command #{input}\n"
Expand Down

0 comments on commit d36c18c

Please sign in to comment.