mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 19:48:29 -07:00
fix(nu): deprecated -i to -o
This commit is contained in:
parent
5ec277c388
commit
3c601dafd8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let fish_completer = {|spans|
|
|||
let external_completer = {|spans|
|
||||
let expanded_alias = scope aliases
|
||||
| where name == $spans.0
|
||||
| get -i 0.expansion
|
||||
| get --optional 0.expansion
|
||||
|
||||
let spans = if $expanded_alias != null {
|
||||
$spans
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue