mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +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: {
|
external: {
|
||||||
enable: true
|
enable: true
|
||||||
max_results: 100
|
max_results: 100
|
||||||
completer: {|tokens|
|
completer: {|tokens: list<string>|
|
||||||
let expanded_alias = scope aliases | where name == $tokens.0 | get --ignore-errors expansion.0
|
let expanded_alias = scope aliases | where name == $tokens.0 | get --ignore-errors expansion.0
|
||||||
|
|
||||||
let tokens = if $expanded_alias != null {
|
let tokens = if $expanded_alias != null {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue