30bf827d16
* Add a prepared query command to CLI. * Print nanoseconds in the REPL. This is a good problem to have. * Better CLI timing. * Use release for 'cargo cli', debug for 'cargo debugcli'. * Don't enable debug symbols in release builds. * Clean up CLI code. Fixed order for help. * Column-align help output.
3 lines
94 B
Text
3 lines
94 B
Text
[alias]
|
|
cli = ["run", "--release", "-p", "mentat_cli"]
|
|
debugcli = ["run", "-p", "mentat_cli"]
|