mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:45:50 +02:00
WIP
This commit is contained in:
@ -77,6 +77,7 @@ impl Completer for NuCompleter {
|
||||
|
||||
let v: Vec<_> = match result {
|
||||
Ok(pd) => pd
|
||||
.into_iter()
|
||||
.map(move |x| {
|
||||
let s = x.as_string().expect(
|
||||
"FIXME: better error handling for custom completions",
|
||||
|
Reference in New Issue
Block a user