Use long options for string (#10777)

This commit is contained in:
Hofer-Julian
2023-10-19 22:08:09 +02:00
committed by GitHub
parent 11480c77be
commit d0dc6986dd
21 changed files with 60 additions and 55 deletions

View File

@ -39,7 +39,7 @@ fn to_column() {
open sample2.txt
| lines
| str trim
| split column -r '\s*,\s*'
| split column --regex '\s*,\s*'
| get column2
"
));