mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
10 lines
199 B
TOML
10 lines
199 B
TOML
[alias]
|
|
d = "doc --no-deps"
|
|
do = "doc --no-deps --open"
|
|
|
|
re = "run --example"
|
|
|
|
# TEST
|
|
# fix IO errors: https://github.com/dankamongmen/notcurses/issues/766
|
|
t = "test -- --test-threads 1 --nocapture"
|