mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +00:00
Add nushell
agent
This commit is contained in:
parent
4446bf6c0b
commit
1d2352e0f2
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue