nicolewhite / cycli

A Command Line Interface for Neo4j's Cypher.
MIT License
271 stars 25 forks source link

Feature request: turn off echo #62

Open victoriastuart opened 6 years ago

victoriastuart commented 6 years ago

Hi Nicole!

Can we turn off / disable the echoing of the cypher script contents during the script executions, e.g. as shown in my comment here? :

https://github.com/neo4j/neo4j/issues/5901#issuecomment-379013851

That issue also raises the subject of the commenting of cypher statements in cypher scripts, which throws errors in Cycli (but not cypher-shell). I believe that is a Neo4j issue (hence, my post there)?

Thanks again for all your work; e.g. https://github.com/nicolewhite/cycli/pull/60 -- I am thrilled that you continue to support Cycli, which is the best cypher CLI, IMO. :-D

danodonovan commented 6 years ago

This PR #63 should add echo toggling (when combined with -f) - but it's not yet ready for merging with master!