mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
refactor: change column names from 'Column*' to 'column*' (#4556)
This commit is contained in:
@ -19,7 +19,7 @@ fn to_column() {
|
||||
| lines
|
||||
| str trim
|
||||
| split column ","
|
||||
| get Column2
|
||||
| get column2
|
||||
"#
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user