wip: releve
This commit is contained in:
parent
b624629cad
commit
82e34e78af
2 changed files with 78 additions and 15 deletions
16
justfile
Normal file
16
justfile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env -S just --justfile
|
||||
# ^ A shebang isn't required, but allows a justfile to be executed
|
||||
# like a script, with `./justfile test`, for example.
|
||||
|
||||
doc:
|
||||
cargo doc --no-deps
|
||||
shell:
|
||||
devenv shell
|
||||
startserver:
|
||||
RUST_LOG=trictrac_server cargo run --bin trictrac-server
|
||||
startclient1:
|
||||
RUST_LOG=trictrac_client cargo run --bin=trictrac-client Titi
|
||||
startclient2:
|
||||
RUST_LOG=trictrac_client cargo run --bin=trictrac-client Titu
|
||||
startclienttui:
|
||||
RUST_LOG=trictrac_client cargo run --bin=client_tui Tutu
|
||||
Loading…
Add table
Add a link
Reference in a new issue