any
any
accepting a list<any>
w/o closure and interpreting just the bools in the list. (no truthy coercion but weird behavior on mixed collections)
std/config
addition proposed by Rose:
def "nu-complete external" [context: string] {
do $env.config.completions.external.completer ($context | split row " ")
}
(note: we could also use ast -f
to split here instead of split row
for more accurate argument splitting)
Q: testing of external completer integrations