This website requires JavaScript.
Explore
Help
Sign In
greg
/
mentat
Watch
1
Star
0
Fork
You've already forked mentat
0
Code
Issues
294
Pull requests
Projects
Releases
9
Packages
Wiki
Activity
grisha/updateGradle
mentat
/
.cargo
/
config
4 lines
94 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Example databases (#499). r=emily * Update fixtures to match the current storage schema. The existing files were a little misleading. This commit moves them into an 'old' directory, and creates a new 'v1empty.db'. * Add empty example Toodle database. * Rename :item/labels to :item/label in Toodle schema. * Define 'cargo cli' as an alias to run the Mentat CLI.
2017-12-05 15:42:19 +00:00
[alias]
CLI improvements (#577) r=grisha * 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.
2018-03-05 20:52:20 +00:00
cli = ["run", "--release", "-p", "mentat_cli"]
debugcli = ["run", "-p", "mentat_cli"]
Reference in a new issue
Copy permalink