mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Type Nushell args
This commit is contained in:
parent
6b9ebf7842
commit
ae5aa9d938
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ $env.config.completions = {
|
|||
external: {
|
||||
enable: true
|
||||
max_results: 100
|
||||
completer: {|tokens|
|
||||
completer: {|tokens: list<string>|
|
||||
let expanded_alias = scope aliases | where name == $tokens.0 | get --ignore-errors expansion.0
|
||||
|
||||
let tokens = if $expanded_alias != null {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue