mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
8 lines
177 B
TOML
8 lines
177 B
TOML
|
[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"
|