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

Add `nushell` agent
pull/937/head
Igor Chubin 1 year 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", "aiohttp",
"http_get", "http_get",
"xh", "xh",
"nushell",
} }
} }

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

Loading…
Cancel
Save