more refactor, start using stdb for everything???
4.5th rewrite for tui
This commit is contained in:
parent
034e543d40
commit
c3686221aa
29 changed files with 478 additions and 744 deletions
4
justfile
4
justfile
|
|
@ -8,7 +8,7 @@ default:
|
|||
just --list
|
||||
|
||||
run-tui:
|
||||
spacetime call jong-line "clear_all"
|
||||
spacetime call jong-line clear_all
|
||||
cargo run -- run-tui
|
||||
|
||||
update:
|
||||
|
|
@ -19,7 +19,7 @@ spacetime:
|
|||
devenv up
|
||||
|
||||
spacetime_dev:
|
||||
spacetime dev --module-bindings-path jong-db/src/db jong-line --delete-data=always
|
||||
spacetime dev --module-project-path jong-line --module-bindings-path jong-db/src/db jong-line --delete-data=always
|
||||
|
||||
spacetime_generate-bindings:
|
||||
spacetime generate --lang rust --out-dir jong-db/src/db --project-path jong-line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue