mirror of
https://github.com/chubin/wttr.in
synced 2024-11-14 16:17:19 +00:00
Merge pull request #917 from weirdan/add-nushell-agent
Add `nushell` agent
This commit is contained in:
commit
5117d615ef
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue