r icon indicating copy to clipboard operation
r copied to clipboard

r -h causes last command to run

Open jesselucas opened this issue 8 years ago • 0 comments

If you run a command with r then use a flag to print say help r -h. The last command is executed. This shouldn't happen.

Ex.

> ls -Glah -all
> r 
(Select ls -Glah -all)
> r -h

jesselucas avatar Jun 29 '16 19:06 jesselucas