Unverified Commit 7400d469 authored by jack's avatar jack Committed by GitHub

fix(ruby): add missing `-run` in `rserver` alias (#11913)

parent df80a2da
......@@ -23,4 +23,4 @@ alias gel="gem lock"
alias geo="gem open"
alias geoe="gem open -e"
alias rrun="ruby -e"
alias rserver="ruby -e httpd . -p 8080" # requires webrick
alias rserver="ruby -run -e httpd . -p 8080" # requires webrick
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment