1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Type Nushell args

This commit is contained in:
RGBCube 2023-11-14 11:54:07 +03:00
parent 6b9ebf7842
commit ae5aa9d938
No known key found for this signature in database

View file

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