mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
refactor: change column names from 'Column*' to 'column*' (#4556)
This commit is contained in:
@ -11,7 +11,7 @@ fn lines() {
|
||||
| skip 1
|
||||
| first 1
|
||||
| split column "="
|
||||
| get Column1.0
|
||||
| get column1.0
|
||||
| str trim
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user