retest icon indicating copy to clipboard operation
retest copied to clipboard

Using = in the command breaks the command recognition

Open AlexB52 opened this issue 4 years ago • 1 comments

This is really specific problem that shouldn't cause a problem right now.

When calling retest 'rake test =<test>' the output is:

Setup identified: [RAKE]. Using command: 'bundle exec rake test TEST=<test>'
Launching Retest...
Ready to refactor! You can make file changes now

The command is not recognised and the default setting kicks in. Passing a = is what makes the command fail.

AlexB52 avatar Oct 17 '21 03:10 AlexB52

I've submitted a pull request to allow = characters with tty-option https://github.com/piotrmurach/tty-option/pull/13

AlexB52 avatar Feb 20 '24 19:02 AlexB52