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

@ -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