stiang / recli

RethinkDB command-line query tool and REPL
65 stars 15 forks source link

Make shell more tolerant #4

Closed StreetStrider closed 10 years ago

StreetStrider commented 10 years ago

When printing expressions in CLI, I'm putting ; at the end of it (just out of habit, by usual). But it breaks execution. The PR allow to have more freedom when writing expressions: it is possible to put ; at the end of line and also non rethink-query are allowed (they just evaluated as in usual repl).

StreetStrider commented 10 years ago

Think should be useful.

stiang commented 10 years ago

Good stuff, merged and pushed. Also removed the duplication related to option defaults.

StreetStrider commented 10 years ago

Thanks. Ye, I've noticed that.