Skip to content

Remove the --auto option and update help text

Compare
Choose a tag to compare
@AlexB52 AlexB52 released this 02 Jul 02:29
· 90 commits to main since this release

The --auto option is run by default, there is no need to make it explicit.

  • We remove the --auto option
  • We also update the help text when running retest -h
# Old behaviour
    $ retest --auto
    $ retest --auto --all 

# New behaviour
    $ retest 
    $ retest --all

This release fixes: