mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Use long options for string (#10777)
This commit is contained in:
@ -43,7 +43,7 @@ def get-annotated [
|
||||
| where annotation in (valid-annotations|columns)
|
||||
| reject index
|
||||
| update item {
|
||||
split column -c ' '
|
||||
split column --collapse-empty ' '
|
||||
| get column2.0
|
||||
}
|
||||
| rename function_name
|
||||
|
Reference in New Issue
Block a user