forked from extern/nushell
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