lyfeyaj / jaql

Automatically exported from code.google.com/p/jaql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JaqlShell explain mode

GoogleCodeExporter opened this issue · comments

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

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

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
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

  • Changed state: Fixed