mentat/tools/cli/src/mentat_cli
Richard Newman 66e6fef75e Define Store, use TabWriter in the CLI for aligning columnar output. (#540) r=emily
* Define Store, which is a simple container for a SQLite connection and a Conn.
  This is a breaking change.
* Return the FindSpec as part of QueryOutput, not just results.
* Switch to using stderr in appropriate places in CLI.
* Print columns in CLI output.
2018-02-01 09:29:07 -08:00
..
command_parser.rs Automatically remove trailing whitespace from text files. (#527) r=rnewman 2018-01-19 21:21:04 -06:00
errors.rs Define Store, use TabWriter in the CLI for aligning columnar output. (#540) r=emily 2018-02-01 09:29:07 -08:00
input.rs Add support for Ctrl-C aborting the current command on the CLI (#528) r=rnewman 2018-01-21 09:45:40 -05:00
lib.rs Define Store, use TabWriter in the CLI for aligning columnar output. (#540) r=emily 2018-02-01 09:29:07 -08:00
repl.rs Define Store, use TabWriter in the CLI for aligning columnar output. (#540) r=emily 2018-02-01 09:29:07 -08:00