1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00

update range syntax in str substring usage (#448)

This commit is contained in:
Darren Schroeder 2023-04-16 07:15:37 -05:00 committed by GitHub
parent 2d12532495
commit 87655ab380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@ def main [
] {
cargo llvm-cov show-env --export-prefix |
lines |
str substring '7,' |
str substring 7.. |
split column '=' |
str trim -c '"' |
transpose |