JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.3k stars 54 forks source link

Support -rFILE as Ruby does #103

Closed JoshCheek closed 7 years ago

JoshCheek commented 7 years ago

Here, it thought -rjson was -r -j -s -o -n

seeing_is_believing -rjson -e 'p JSON.parse JSON.dump("a"), quirks_mode: true'
Error: -s got the alignment strategy "-o", expected one of: ["file", "chunk", "line"]
Error: -n expects a positive integer argument
Error:

p JSON.parse JSON.dump("a"), quirks_mode: true does not exist!