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:
parent
2d12532495
commit
87655ab380
6 changed files with 7 additions and 7 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue