7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
# Resolve path to the cargo target dir, including an optional subpath
|
|
def ctd [
|
|
path?: string
|
|
] {
|
|
$"($env.CARGO_TARGET_DIR)/($path)"
|
|
}
|