mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-08-07 22:17:07 +02:00
fix example names in justfile
This commit is contained in:
parent
25354099fe
commit
d9d6340503
1 changed files with 3 additions and 3 deletions
6
Justfile
6
Justfile
|
|
@ -30,10 +30,10 @@ doc:
|
||||||
cargo doc
|
cargo doc
|
||||||
|
|
||||||
example-tui-00:
|
example-tui-00:
|
||||||
cargo run --example mode_0
|
cargo run --example mode_00
|
||||||
|
|
||||||
example-tui-01:
|
example-tui-01:
|
||||||
cargo run --example mode_1
|
cargo run --example mode_01
|
||||||
|
|
||||||
example-tui-02:
|
example-tui-02:
|
||||||
cargo run --example mode_2
|
cargo run --example mode_02
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue