pathmut 0.8.0

Command line utility for manipulating path strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
default: run

test *ARGS:
    cargo build
    cargo test -q -- {{ARGS}}

watch *ARGS:
    watchexec -c -w src -- just test {{ARGS}}

run *ARGS:
    cargo run -- {{ARGS}}

dry-publish:
    cargo publish --dry-run

build:
    cargo build