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

Add `nushell` agent
This commit is contained in:
Igor Chubin 2023-10-29 17:47:58 +01:00 committed by GitHub
commit 5117d615ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

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

View file

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