mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
replace occurences of str collect
with str join
(#436)
This commit is contained in:
parent
2cc5b58209
commit
b7a45fbcca
29 changed files with 117 additions and 117 deletions
|
@ -14,7 +14,7 @@ seq 0 $height | par-each {|| # create these in parallel
|
|||
} else {
|
||||
$"(ansi -e '48;2;0;0;')($fgcolor)m (ansi -e '0m')"
|
||||
}
|
||||
} | str collect)
|
||||
} | str join)
|
||||
print -n $"($row_data)" | table
|
||||
$nothing
|
||||
} | compact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue