mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
add handy cargo aliases
This commit is contained in:
parent
ba660aa69b
commit
a29fa0395d
7
rust/libnotcurses-sys/.cargo/config.toml
Normal file
7
rust/libnotcurses-sys/.cargo/config.toml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[alias]
|
||||||
|
d = "doc --no-deps"
|
||||||
|
do = "doc --no-deps --open"
|
||||||
|
|
||||||
|
# TEST
|
||||||
|
# fix IO errors: https://github.com/dankamongmen/notcurses/issues/766
|
||||||
|
t = "test -- --test-threads 1 --nocapture"
|
Loading…
Reference in New Issue
Block a user