Files
df/tree/.local/nu/cargo.nu
2024-11-04 16:00:30 +01:00

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)"
}