nicolewhite / cycli

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

A collection of integers is converted to a list of strings bc of pretty_table #41

Closed nicolewhite closed 8 years ago

nicolewhite commented 8 years ago
> RETURN [1,2,3];
[1,2,3]        
---------------
['1', '2', '3']