mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:24:58 +02:00
Add long options for path (#10775)
This commit is contained in:
@ -4,7 +4,7 @@ use std log warning
|
||||
warning "./scripts/coverage-local.nu will be deprecated, please use the `toolkit cov` command instead"
|
||||
|
||||
def compute-coverage [] {
|
||||
cd ($env.CURRENT_FILE | path dirname -n 2)
|
||||
cd ($env.CURRENT_FILE | path dirname --num-levels 2)
|
||||
|
||||
print "Setting up environment variables for coverage"
|
||||
# Enable LLVM coverage tracking through environment variables
|
||||
|
Reference in New Issue
Block a user