···36 }
37 let multiple_completers = {|spans|
38 # if the current command is an alias, get it's expansion
39- let expanded_alias = (scope aliases | where name == $spans.0 | get -i 0 | get -i expansion)
4041 # overwrite
42
···36 }
37 let multiple_completers = {|spans|
38 # if the current command is an alias, get it's expansion
39+ let expanded_alias = (scope aliases | where name == $spans.0 | get -o 0 | get -o expansion)
4041 # overwrite
42