Merge pull request #917 from weirdan/add-nushell-agent

Add `nushell` agent
pull/937/head
Igor Chubin 6 months ago committed by GitHub
commit 5117d615ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,6 +37,7 @@ func plainTextAgents() []string {
"aiohttp",
"http_get",
"xh",
"nushell",
}
}

@ -90,6 +90,7 @@ PLAIN_TEXT_AGENTS = [
"aiohttp",
"http_get",
"xh",
"nushell",
]
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation', ':iterm2']

Loading…
Cancel
Save