omkardash / jaql

Automatically exported from code.google.com/p/jaql
0 stars 0 forks source link

JaqlShell explain mode #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a flag to the jaqlShell to explain an entire script and avoid evaluation.

Original issue reported on code.google.com by dr.be...@gmail.com on 24 Jun 2009 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by Kevin.Be...@gmail.com on 24 Jun 2009 at 10:34

GoogleCodeExporter commented 9 years ago
This can be achieved today by 

jaql -Djaql.explain.mode=jaql JaqlShell ...

we could add a JaqlShell argument instead of a system property, but this is 
sufficient for now.

Original comment by Kevin.Be...@gmail.com on 10 Jul 2010 at 1:08