@jackwener/opencli 1.7.10 → 1.7.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/README.zh-CN.md +5 -4
- package/cli-manifest.json +1443 -24
- package/clis/1688/assets.js +1 -0
- package/clis/1688/download.js +1 -0
- package/clis/1688/item.js +1 -0
- package/clis/1688/search.js +2 -1
- package/clis/1688/store.js +1 -0
- package/clis/36kr/article.js +1 -0
- package/clis/36kr/hot.js +1 -0
- package/clis/36kr/news.js +1 -0
- package/clis/36kr/search.js +1 -0
- package/clis/51job/company.js +1 -0
- package/clis/51job/detail.js +1 -0
- package/clis/51job/hot.js +1 -0
- package/clis/51job/search.js +1 -0
- package/clis/amazon/bestsellers.js +1 -0
- package/clis/amazon/discussion.js +1 -0
- package/clis/amazon/movers-shakers.js +1 -0
- package/clis/amazon/new-releases.js +1 -0
- package/clis/amazon/offer.js +1 -0
- package/clis/amazon/product.js +1 -0
- package/clis/amazon/rankings.js +1 -0
- package/clis/amazon/search.js +1 -0
- package/clis/antigravity/dump.js +1 -0
- package/clis/antigravity/extract-code.js +1 -0
- package/clis/antigravity/model.js +1 -0
- package/clis/antigravity/new.js +1 -0
- package/clis/antigravity/read.js +1 -0
- package/clis/antigravity/send.js +1 -0
- package/clis/antigravity/status.js +1 -0
- package/clis/antigravity/watch.js +1 -0
- package/clis/apple-podcasts/episodes.js +1 -0
- package/clis/apple-podcasts/search.js +1 -0
- package/clis/apple-podcasts/top.js +1 -0
- package/clis/arxiv/arxiv.test.js +112 -0
- package/clis/arxiv/paper.js +4 -3
- package/clis/arxiv/recent.js +33 -0
- package/clis/arxiv/search.js +19 -7
- package/clis/arxiv/utils.js +68 -5
- package/clis/baidu-scholar/search.js +1 -0
- package/clis/band/bands.js +1 -0
- package/clis/band/mentions.js +1 -0
- package/clis/band/post.js +1 -0
- package/clis/band/posts.js +1 -0
- package/clis/barchart/flow.js +1 -0
- package/clis/barchart/greeks.js +1 -0
- package/clis/barchart/options.js +1 -0
- package/clis/barchart/quote.js +1 -0
- package/clis/bbc/news.js +1 -0
- package/clis/bilibili/comments.js +1 -0
- package/clis/bilibili/download.js +1 -0
- package/clis/bilibili/dynamic.js +1 -0
- package/clis/bilibili/favorite.js +1 -0
- package/clis/bilibili/feed.js +2 -0
- package/clis/bilibili/following.js +1 -0
- package/clis/bilibili/history.js +1 -0
- package/clis/bilibili/hot.js +6 -1
- package/clis/bilibili/hot.test.js +17 -0
- package/clis/bilibili/me.js +1 -1
- package/clis/bilibili/ranking.js +1 -0
- package/clis/bilibili/search.js +1 -1
- package/clis/bilibili/subtitle.js +1 -0
- package/clis/bilibili/user-videos.js +1 -0
- package/clis/bilibili/video.js +1 -0
- package/clis/binance/asks.js +1 -0
- package/clis/binance/depth.js +1 -0
- package/clis/binance/gainers.js +1 -0
- package/clis/binance/klines.js +1 -0
- package/clis/binance/losers.js +1 -0
- package/clis/binance/pairs.js +1 -0
- package/clis/binance/price.js +1 -0
- package/clis/binance/prices.js +1 -0
- package/clis/binance/ticker.js +1 -0
- package/clis/binance/top.js +1 -0
- package/clis/binance/trades.js +1 -0
- package/clis/bloomberg/businessweek.js +1 -0
- package/clis/bloomberg/economics.js +1 -0
- package/clis/bloomberg/feeds.js +1 -0
- package/clis/bloomberg/industries.js +1 -0
- package/clis/bloomberg/main.js +1 -0
- package/clis/bloomberg/markets.js +1 -0
- package/clis/bloomberg/news.js +1 -0
- package/clis/bloomberg/opinions.js +1 -0
- package/clis/bloomberg/politics.js +1 -0
- package/clis/bloomberg/tech.js +1 -0
- package/clis/bluesky/feeds.js +1 -0
- package/clis/bluesky/followers.js +1 -0
- package/clis/bluesky/following.js +1 -0
- package/clis/bluesky/profile.js +1 -0
- package/clis/bluesky/search.js +1 -0
- package/clis/bluesky/starter-packs.js +1 -0
- package/clis/bluesky/thread.js +1 -0
- package/clis/bluesky/trending.js +1 -0
- package/clis/bluesky/user.js +3 -1
- package/clis/boss/batchgreet.js +1 -0
- package/clis/boss/chatlist.js +1 -0
- package/clis/boss/chatmsg.js +1 -0
- package/clis/boss/detail.js +1 -0
- package/clis/boss/exchange.js +1 -0
- package/clis/boss/greet.js +1 -0
- package/clis/boss/invite.js +1 -0
- package/clis/boss/joblist.js +1 -0
- package/clis/boss/mark.js +1 -0
- package/clis/boss/recommend.js +1 -0
- package/clis/boss/resume.js +1 -0
- package/clis/boss/search.js +1 -0
- package/clis/boss/send.js +1 -0
- package/clis/boss/stats.js +1 -0
- package/clis/chaoxing/assignments.js +1 -0
- package/clis/chaoxing/exams.js +1 -0
- package/clis/chatgpt/image.js +1 -0
- package/clis/chatgpt-app/ask.js +1 -0
- package/clis/chatgpt-app/model.js +1 -0
- package/clis/chatgpt-app/new.js +1 -0
- package/clis/chatgpt-app/read.js +1 -0
- package/clis/chatgpt-app/send.js +1 -0
- package/clis/chatgpt-app/status.js +1 -0
- package/clis/chatwise/ask.js +1 -0
- package/clis/chatwise/export.js +1 -0
- package/clis/chatwise/history.js +1 -0
- package/clis/chatwise/model.js +1 -0
- package/clis/chatwise/read.js +1 -0
- package/clis/chatwise/send.js +1 -0
- package/clis/claude/ask.js +1 -0
- package/clis/claude/detail.js +1 -0
- package/clis/claude/history.js +1 -0
- package/clis/claude/new.js +1 -0
- package/clis/claude/read.js +1 -0
- package/clis/claude/send.js +1 -0
- package/clis/claude/status.js +1 -0
- package/clis/cnki/search.js +1 -0
- package/clis/codex/ask.js +1 -0
- package/clis/codex/export.js +1 -0
- package/clis/codex/extract-diff.js +1 -0
- package/clis/codex/history.js +1 -0
- package/clis/codex/model.js +1 -0
- package/clis/codex/read.js +1 -0
- package/clis/codex/send.js +1 -0
- package/clis/coupang/add-to-cart.js +1 -0
- package/clis/coupang/search.js +1 -0
- package/clis/ctrip/search.js +1 -0
- package/clis/cursor/ask.js +1 -0
- package/clis/cursor/composer.js +1 -0
- package/clis/cursor/export.js +1 -0
- package/clis/cursor/extract-code.js +1 -0
- package/clis/cursor/history.js +1 -0
- package/clis/cursor/model.js +1 -0
- package/clis/cursor/read.js +1 -0
- package/clis/cursor/send.js +1 -0
- package/clis/dblp/dblp.test.js +397 -0
- package/clis/dblp/paper.js +40 -0
- package/clis/dblp/search.js +45 -0
- package/clis/dblp/utils.js +290 -0
- package/clis/deepseek/ask.js +1 -0
- package/clis/deepseek/history.js +1 -0
- package/clis/deepseek/new.js +1 -0
- package/clis/deepseek/read.js +1 -0
- package/clis/deepseek/status.js +1 -0
- package/clis/devto/devto.test.js +236 -0
- package/clis/devto/read.js +103 -0
- package/clis/devto/tag.js +5 -1
- package/clis/devto/top.js +5 -1
- package/clis/devto/user.js +5 -1
- package/clis/dianping/__fixtures__/search.html +168 -0
- package/clis/dianping/__fixtures__/shop.html +6 -0
- package/clis/dianping/dianping.test.js +424 -0
- package/clis/dianping/search.js +154 -0
- package/clis/dianping/shop.js +173 -0
- package/clis/dianping/utils.js +157 -0
- package/clis/dictionary/examples.js +1 -0
- package/clis/dictionary/search.js +1 -0
- package/clis/dictionary/synonyms.js +1 -0
- package/clis/discord-app/channels.js +1 -0
- package/clis/discord-app/delete.js +1 -0
- package/clis/discord-app/members.js +1 -0
- package/clis/discord-app/read.js +1 -0
- package/clis/discord-app/search.js +1 -0
- package/clis/discord-app/send.js +1 -0
- package/clis/discord-app/servers.js +1 -0
- package/clis/discord-app/status.js +1 -0
- package/clis/douban/book-hot.js +1 -0
- package/clis/douban/download.js +1 -0
- package/clis/douban/marks.js +1 -0
- package/clis/douban/movie-hot.js +2 -1
- package/clis/douban/movie-hot.test.js +14 -0
- package/clis/douban/photos.js +2 -1
- package/clis/douban/reviews.js +1 -0
- package/clis/douban/search.js +1 -0
- package/clis/douban/subject.js +1 -0
- package/clis/douban/top250.js +1 -0
- package/clis/douban/utils.js +11 -13
- package/clis/douban/utils.test.js +79 -0
- package/clis/doubao/ask.js +1 -0
- package/clis/doubao/detail.js +1 -0
- package/clis/doubao/history.js +1 -0
- package/clis/doubao/meeting-summary.js +1 -0
- package/clis/doubao/meeting-transcript.js +1 -0
- package/clis/doubao/new.js +1 -0
- package/clis/doubao/read.js +1 -0
- package/clis/doubao/send.js +1 -0
- package/clis/doubao/status.js +1 -0
- package/clis/doubao-app/ask.js +1 -0
- package/clis/doubao-app/dump.js +1 -0
- package/clis/doubao-app/new.js +1 -0
- package/clis/doubao-app/read.js +1 -0
- package/clis/doubao-app/screenshot.js +1 -0
- package/clis/doubao-app/send.js +1 -0
- package/clis/doubao-app/status.js +1 -0
- package/clis/douyin/activities.js +1 -0
- package/clis/douyin/collections.js +1 -0
- package/clis/douyin/delete.js +1 -0
- package/clis/douyin/draft.js +1 -0
- package/clis/douyin/drafts.js +1 -0
- package/clis/douyin/hashtag.js +1 -0
- package/clis/douyin/location.js +1 -0
- package/clis/douyin/profile.js +1 -0
- package/clis/douyin/publish.js +1 -0
- package/clis/douyin/stats.js +1 -0
- package/clis/douyin/update.js +1 -0
- package/clis/douyin/user-videos.js +1 -0
- package/clis/douyin/videos.js +1 -0
- package/clis/eastmoney/announcement.js +1 -0
- package/clis/eastmoney/convertible.js +1 -0
- package/clis/eastmoney/etf.js +1 -0
- package/clis/eastmoney/holders.js +1 -0
- package/clis/eastmoney/hot-rank.js +1 -0
- package/clis/eastmoney/index-board.js +1 -0
- package/clis/eastmoney/kline.js +1 -0
- package/clis/eastmoney/kuaixun.js +1 -0
- package/clis/eastmoney/longhu.js +1 -0
- package/clis/eastmoney/money-flow.js +1 -0
- package/clis/eastmoney/northbound.js +1 -0
- package/clis/eastmoney/quote.js +1 -0
- package/clis/eastmoney/rank.js +1 -0
- package/clis/eastmoney/sectors.js +1 -0
- package/clis/facebook/add-friend.js +1 -0
- package/clis/facebook/events.js +1 -0
- package/clis/facebook/feed.js +1 -0
- package/clis/facebook/friends.js +1 -0
- package/clis/facebook/groups.js +1 -0
- package/clis/facebook/join-group.js +1 -0
- package/clis/facebook/marketplace-inbox.js +1 -0
- package/clis/facebook/marketplace-listings.js +1 -0
- package/clis/facebook/memories.js +1 -0
- package/clis/facebook/notifications.js +1 -0
- package/clis/facebook/profile.js +1 -0
- package/clis/facebook/search.js +1 -0
- package/clis/gemini/ask.js +1 -0
- package/clis/gemini/deep-research-result.js +1 -0
- package/clis/gemini/deep-research.js +1 -0
- package/clis/gemini/image.js +1 -0
- package/clis/gemini/new.js +1 -0
- package/clis/gitee/search.js +1 -0
- package/clis/gitee/trending.js +1 -0
- package/clis/gitee/user.js +1 -0
- package/clis/google/news.js +1 -0
- package/clis/google/search.js +1 -0
- package/clis/google/suggest.js +1 -0
- package/clis/google/trends.js +1 -0
- package/clis/google-scholar/cite.js +1 -0
- package/clis/google-scholar/profile.js +1 -0
- package/clis/google-scholar/search.js +1 -0
- package/clis/gov-law/recent.js +1 -0
- package/clis/gov-law/search.js +1 -0
- package/clis/gov-policy/recent.js +1 -0
- package/clis/gov-policy/search.js +1 -0
- package/clis/grok/ask.js +1 -0
- package/clis/grok/image.ts +1 -0
- package/clis/hackernews/ask.js +3 -1
- package/clis/hackernews/best.js +3 -1
- package/clis/hackernews/hackernews.test.js +132 -0
- package/clis/hackernews/jobs.js +3 -1
- package/clis/hackernews/new.js +3 -1
- package/clis/hackernews/read.js +188 -0
- package/clis/hackernews/search.js +3 -1
- package/clis/hackernews/show.js +3 -1
- package/clis/hackernews/top.js +3 -1
- package/clis/hackernews/user.js +1 -0
- package/clis/hf/top.js +1 -0
- package/clis/hupu/detail.js +1 -0
- package/clis/hupu/hot.js +3 -1
- package/clis/hupu/like.js +1 -0
- package/clis/hupu/mentions.js +2 -1
- package/clis/hupu/reply.js +1 -0
- package/clis/hupu/search.js +3 -1
- package/clis/hupu/unlike.js +1 -0
- package/clis/imdb/person.js +1 -0
- package/clis/imdb/reviews.js +1 -0
- package/clis/imdb/search.js +1 -0
- package/clis/imdb/title.js +1 -0
- package/clis/imdb/top.js +1 -0
- package/clis/imdb/trending.js +1 -0
- package/clis/indeed/indeed.test.js +375 -0
- package/clis/indeed/job.js +86 -0
- package/clis/indeed/search.js +110 -0
- package/clis/indeed/utils.js +152 -0
- package/clis/instagram/collection-create.js +1 -0
- package/clis/instagram/collection-delete.js +92 -0
- package/clis/instagram/comment.js +1 -0
- package/clis/instagram/download.js +1 -0
- package/clis/instagram/explore.js +1 -0
- package/clis/instagram/follow.js +1 -0
- package/clis/instagram/followers.js +1 -0
- package/clis/instagram/following.js +1 -0
- package/clis/instagram/like.js +1 -0
- package/clis/instagram/note.js +1 -0
- package/clis/instagram/post.js +1 -0
- package/clis/instagram/profile.js +1 -0
- package/clis/instagram/reel.js +1 -0
- package/clis/instagram/save.js +1 -0
- package/clis/instagram/saved.js +1 -0
- package/clis/instagram/search.js +1 -0
- package/clis/instagram/story.js +1 -0
- package/clis/instagram/unfollow.js +1 -0
- package/clis/instagram/unlike.js +1 -0
- package/clis/instagram/unsave.js +1 -0
- package/clis/instagram/user.js +1 -0
- package/clis/jd/add-cart.js +1 -0
- package/clis/jd/cart.js +1 -0
- package/clis/jd/detail.js +1 -0
- package/clis/jd/item.js +1 -0
- package/clis/jd/reviews.js +1 -0
- package/clis/jd/search.js +1 -0
- package/clis/jianyu/detail.js +1 -0
- package/clis/jianyu/search.js +1 -0
- package/clis/jike/comment.js +1 -0
- package/clis/jike/create.js +1 -0
- package/clis/jike/feed.js +3 -1
- package/clis/jike/like.js +1 -0
- package/clis/jike/notifications.js +1 -0
- package/clis/jike/post.js +1 -0
- package/clis/jike/repost.js +1 -0
- package/clis/jike/search.js +3 -1
- package/clis/jike/topic.js +1 -0
- package/clis/jike/user.js +3 -1
- package/clis/jimeng/generate.js +1 -0
- package/clis/jimeng/history.js +1 -0
- package/clis/jimeng/new.js +1 -0
- package/clis/jimeng/workspaces.js +1 -0
- package/clis/ke/chengjiao.js +1 -0
- package/clis/ke/ershoufang.js +1 -0
- package/clis/ke/xiaoqu.js +1 -0
- package/clis/ke/zufang.js +1 -0
- package/clis/lesswrong/comments.js +1 -0
- package/clis/lesswrong/curated.js +1 -0
- package/clis/lesswrong/frontpage.js +1 -0
- package/clis/lesswrong/new.js +1 -0
- package/clis/lesswrong/read.js +1 -0
- package/clis/lesswrong/sequences.js +1 -0
- package/clis/lesswrong/shortform.js +1 -0
- package/clis/lesswrong/tag.js +1 -0
- package/clis/lesswrong/tags.js +1 -0
- package/clis/lesswrong/top-month.js +1 -0
- package/clis/lesswrong/top-week.js +1 -0
- package/clis/lesswrong/top-year.js +1 -0
- package/clis/lesswrong/top.js +1 -0
- package/clis/lesswrong/user-posts.js +1 -0
- package/clis/lesswrong/user.js +1 -0
- package/clis/linkedin/search.js +1 -0
- package/clis/linkedin/timeline.js +1 -0
- package/clis/linux-do/categories.js +1 -0
- package/clis/linux-do/category.js +1 -0
- package/clis/linux-do/feed.js +1 -0
- package/clis/linux-do/hot.js +1 -0
- package/clis/linux-do/latest.js +1 -0
- package/clis/linux-do/search.js +1 -0
- package/clis/linux-do/tags.js +2 -1
- package/clis/linux-do/topic-content.js +1 -0
- package/clis/linux-do/topic.js +1 -0
- package/clis/linux-do/user-posts.js +1 -0
- package/clis/linux-do/user-topics.js +1 -0
- package/clis/lobsters/active.js +4 -1
- package/clis/lobsters/hot.js +4 -1
- package/clis/lobsters/lobsters.test.js +169 -0
- package/clis/lobsters/newest.js +4 -1
- package/clis/lobsters/read.js +196 -0
- package/clis/lobsters/tag.js +4 -1
- package/clis/maimai/search-talents.js +1 -0
- package/clis/medium/feed.js +1 -0
- package/clis/medium/search.js +1 -0
- package/clis/medium/user.js +1 -0
- package/clis/mubu/doc.js +1 -0
- package/clis/mubu/docs.js +1 -0
- package/clis/mubu/notes.js +1 -0
- package/clis/mubu/recent.js +1 -0
- package/clis/mubu/search.js +1 -0
- package/clis/notebooklm/current.js +1 -0
- package/clis/notebooklm/get.js +1 -0
- package/clis/notebooklm/history.js +1 -0
- package/clis/notebooklm/list.js +1 -0
- package/clis/notebooklm/note-list.js +1 -0
- package/clis/notebooklm/notes-get.js +1 -0
- package/clis/notebooklm/open.js +1 -0
- package/clis/notebooklm/source-fulltext.js +1 -0
- package/clis/notebooklm/source-get.js +1 -0
- package/clis/notebooklm/source-guide.js +1 -0
- package/clis/notebooklm/source-list.js +1 -0
- package/clis/notebooklm/status.js +1 -0
- package/clis/notebooklm/summary.js +1 -0
- package/clis/notion/export.js +1 -0
- package/clis/notion/favorites.js +1 -0
- package/clis/notion/new.js +1 -0
- package/clis/notion/read.js +1 -0
- package/clis/notion/search.js +1 -0
- package/clis/notion/sidebar.js +1 -0
- package/clis/notion/status.js +1 -0
- package/clis/notion/write.js +1 -0
- package/clis/nowcoder/companies.js +1 -0
- package/clis/nowcoder/creators.js +1 -0
- package/clis/nowcoder/detail.js +1 -0
- package/clis/nowcoder/experience.js +1 -0
- package/clis/nowcoder/hot.js +1 -0
- package/clis/nowcoder/jobs.js +1 -0
- package/clis/nowcoder/notifications.js +1 -0
- package/clis/nowcoder/papers.js +1 -0
- package/clis/nowcoder/practice.js +1 -0
- package/clis/nowcoder/recommend.js +1 -0
- package/clis/nowcoder/referral.js +1 -0
- package/clis/nowcoder/salary.js +1 -0
- package/clis/nowcoder/search.js +1 -0
- package/clis/nowcoder/suggest.js +1 -0
- package/clis/nowcoder/topics.js +1 -0
- package/clis/nowcoder/trending.js +1 -0
- package/clis/ones/login.js +1 -0
- package/clis/ones/logout.js +1 -0
- package/clis/ones/me.js +1 -0
- package/clis/ones/my-tasks.js +1 -0
- package/clis/ones/task.js +1 -0
- package/clis/ones/tasks.js +1 -0
- package/clis/ones/token-info.js +1 -0
- package/clis/ones/worklog.js +1 -0
- package/clis/openreview/openreview.test.js +345 -0
- package/clis/openreview/paper.js +43 -0
- package/clis/openreview/reviews.js +131 -0
- package/clis/openreview/search.js +46 -0
- package/clis/openreview/utils.js +158 -0
- package/clis/openreview/venue.js +63 -0
- package/clis/paperreview/feedback.js +1 -0
- package/clis/paperreview/review.js +1 -0
- package/clis/paperreview/submit.js +1 -0
- package/clis/pixiv/detail.js +1 -0
- package/clis/pixiv/download.js +1 -0
- package/clis/pixiv/illusts.js +2 -1
- package/clis/pixiv/ranking.js +2 -1
- package/clis/pixiv/search.js +2 -1
- package/clis/pixiv/user.js +2 -0
- package/clis/powerchina/search.js +1 -0
- package/clis/producthunt/browse.js +1 -0
- package/clis/producthunt/hot.js +1 -0
- package/clis/producthunt/posts.js +1 -0
- package/clis/producthunt/today.js +1 -0
- package/clis/quark/ls.js +1 -0
- package/clis/quark/mkdir.js +1 -0
- package/clis/quark/mv.js +1 -0
- package/clis/quark/rename.js +1 -0
- package/clis/quark/rm.js +1 -0
- package/clis/quark/save.js +1 -0
- package/clis/quark/share-tree.js +1 -0
- package/clis/reddit/comment.js +1 -0
- package/clis/reddit/frontpage.js +1 -0
- package/clis/reddit/hot.js +6 -1
- package/clis/reddit/hot.test.js +18 -0
- package/clis/reddit/popular.js +1 -0
- package/clis/reddit/read.js +1 -0
- package/clis/reddit/save.js +1 -0
- package/clis/reddit/saved.js +1 -0
- package/clis/reddit/search.js +1 -0
- package/clis/reddit/subreddit.js +1 -0
- package/clis/reddit/subscribe.js +1 -0
- package/clis/reddit/upvote.js +1 -0
- package/clis/reddit/upvoted.js +1 -0
- package/clis/reddit/user-comments.js +1 -0
- package/clis/reddit/user-posts.js +1 -0
- package/clis/reddit/user.js +1 -0
- package/clis/reuters/search.js +1 -0
- package/clis/sinablog/article.js +1 -0
- package/clis/sinablog/hot.js +1 -0
- package/clis/sinablog/search.js +1 -0
- package/clis/sinablog/user.js +1 -0
- package/clis/sinafinance/news.js +1 -0
- package/clis/sinafinance/rolling-news.js +1 -0
- package/clis/sinafinance/stock-rank.js +1 -0
- package/clis/sinafinance/stock.js +1 -0
- package/clis/smzdm/search.js +1 -0
- package/clis/spotify/spotify.js +11 -0
- package/clis/stackoverflow/bounties.js +11 -3
- package/clis/stackoverflow/hot.js +10 -2
- package/clis/stackoverflow/read.js +314 -0
- package/clis/stackoverflow/search.js +10 -2
- package/clis/stackoverflow/stackoverflow.test.js +346 -0
- package/clis/stackoverflow/unanswered.js +9 -2
- package/clis/steam/top-sellers.js +1 -0
- package/clis/substack/feed.js +1 -0
- package/clis/substack/publication.js +1 -0
- package/clis/substack/search.js +1 -0
- package/clis/taobao/add-cart.js +1 -0
- package/clis/taobao/cart.js +1 -0
- package/clis/taobao/detail.js +1 -0
- package/clis/taobao/reviews.js +1 -0
- package/clis/taobao/search.js +1 -0
- package/clis/tdx/hot-rank.js +1 -0
- package/clis/ths/hot-rank.js +1 -0
- package/clis/tieba/hot.js +2 -1
- package/clis/tieba/posts.js +1 -0
- package/clis/tieba/read.js +1 -0
- package/clis/tieba/search.js +2 -1
- package/clis/tiktok/comment.js +1 -0
- package/clis/tiktok/explore.js +1 -0
- package/clis/tiktok/follow.js +1 -0
- package/clis/tiktok/following.js +1 -0
- package/clis/tiktok/friends.js +1 -0
- package/clis/tiktok/like.js +1 -0
- package/clis/tiktok/live.js +1 -0
- package/clis/tiktok/notifications.js +1 -0
- package/clis/tiktok/profile.js +1 -0
- package/clis/tiktok/save.js +1 -0
- package/clis/tiktok/search.js +1 -0
- package/clis/tiktok/unfollow.js +1 -0
- package/clis/tiktok/unlike.js +1 -0
- package/clis/tiktok/unsave.js +1 -0
- package/clis/tiktok/user.js +1 -0
- package/clis/toutiao/articles.js +1 -0
- package/clis/twitter/accept.js +1 -0
- package/clis/twitter/article.js +1 -0
- package/clis/twitter/block.js +1 -0
- package/clis/twitter/bookmark.js +1 -0
- package/clis/twitter/bookmarks.js +2 -1
- package/clis/twitter/delete.js +1 -0
- package/clis/twitter/download.js +1 -0
- package/clis/twitter/follow.js +1 -0
- package/clis/twitter/followers.js +1 -0
- package/clis/twitter/following.js +1 -0
- package/clis/twitter/hide-reply.js +1 -0
- package/clis/twitter/like.js +1 -0
- package/clis/twitter/likes.js +2 -1
- package/clis/twitter/list-add.js +1 -0
- package/clis/twitter/list-remove.js +1 -0
- package/clis/twitter/list-tweets.js +1 -0
- package/clis/twitter/lists.js +1 -0
- package/clis/twitter/notifications.js +1 -0
- package/clis/twitter/post.js +1 -0
- package/clis/twitter/profile.js +1 -0
- package/clis/twitter/reply-dm.js +1 -0
- package/clis/twitter/reply.js +1 -0
- package/clis/twitter/search.js +1 -0
- package/clis/twitter/thread.js +1 -0
- package/clis/twitter/timeline.js +1 -0
- package/clis/twitter/trending.js +11 -12
- package/clis/twitter/trending.test.js +15 -0
- package/clis/twitter/tweets.js +2 -1
- package/clis/twitter/tweets.test.js +2 -2
- package/clis/twitter/unblock.js +1 -0
- package/clis/twitter/unbookmark.js +1 -0
- package/clis/twitter/unfollow.js +1 -0
- package/clis/uiverse/code.js +1 -0
- package/clis/uiverse/preview.js +1 -0
- package/clis/v2ex/daily.js +1 -0
- package/clis/v2ex/hot.js +1 -0
- package/clis/v2ex/latest.js +1 -0
- package/clis/v2ex/me.js +1 -0
- package/clis/v2ex/member.js +1 -0
- package/clis/v2ex/node.js +1 -0
- package/clis/v2ex/nodes.js +1 -0
- package/clis/v2ex/notifications.js +1 -0
- package/clis/v2ex/replies.js +1 -0
- package/clis/v2ex/topic.js +1 -0
- package/clis/v2ex/user.js +1 -0
- package/clis/wanfang/search.js +1 -0
- package/clis/web/read.js +1 -0
- package/clis/weibo/comments.js +1 -0
- package/clis/weibo/favorites.js +1 -0
- package/clis/weibo/feed.js +3 -1
- package/clis/weibo/hot.js +1 -0
- package/clis/weibo/me.js +1 -0
- package/clis/weibo/post.js +1 -0
- package/clis/weibo/publish.js +1 -0
- package/clis/weibo/search.js +8 -2
- package/clis/weibo/user.js +1 -0
- package/clis/weixin/create-draft.js +1 -0
- package/clis/weixin/download.js +1 -0
- package/clis/weixin/drafts.js +1 -0
- package/clis/weread/ai-outline.js +1 -0
- package/clis/weread/book.js +1 -0
- package/clis/weread/highlights.js +1 -0
- package/clis/weread/notebooks.js +1 -0
- package/clis/weread/notes.js +1 -0
- package/clis/weread/ranking.js +1 -0
- package/clis/weread/search.js +1 -0
- package/clis/weread/shelf.js +1 -0
- package/clis/wikipedia/random.js +1 -0
- package/clis/wikipedia/search.js +1 -0
- package/clis/wikipedia/summary.js +1 -0
- package/clis/wikipedia/trending.js +1 -0
- package/clis/xianyu/chat.js +1 -0
- package/clis/xianyu/item.js +1 -0
- package/clis/xianyu/search.js +1 -0
- package/clis/xiaoe/catalog.js +2 -1
- package/clis/xiaoe/content.js +1 -0
- package/clis/xiaoe/courses.js +1 -0
- package/clis/xiaoe/detail.js +1 -0
- package/clis/xiaoe/play-url.js +1 -0
- package/clis/xiaohongshu/comments.js +1 -0
- package/clis/xiaohongshu/creator-note-detail.js +1 -0
- package/clis/xiaohongshu/creator-notes-summary.js +1 -0
- package/clis/xiaohongshu/creator-notes.js +1 -0
- package/clis/xiaohongshu/creator-profile.js +1 -0
- package/clis/xiaohongshu/creator-stats.js +1 -0
- package/clis/xiaohongshu/download.js +1 -0
- package/clis/xiaohongshu/feed.js +2 -1
- package/clis/xiaohongshu/note.js +1 -0
- package/clis/xiaohongshu/notifications.js +1 -0
- package/clis/xiaohongshu/publish.js +1 -0
- package/clis/xiaohongshu/search.js +1 -0
- package/clis/xiaohongshu/user.js +1 -0
- package/clis/xiaoyuzhou/download.js +1 -0
- package/clis/xiaoyuzhou/episode.js +1 -0
- package/clis/xiaoyuzhou/podcast-episodes.js +1 -0
- package/clis/xiaoyuzhou/podcast.js +1 -0
- package/clis/xiaoyuzhou/transcript.js +1 -0
- package/clis/xueqiu/comments.js +1 -0
- package/clis/xueqiu/earnings-date.js +1 -0
- package/clis/xueqiu/feed.js +1 -0
- package/clis/xueqiu/fund-holdings.js +1 -0
- package/clis/xueqiu/fund-snapshot.js +1 -0
- package/clis/xueqiu/groups.js +1 -0
- package/clis/xueqiu/hot-stock.js +1 -0
- package/clis/xueqiu/hot.js +1 -0
- package/clis/xueqiu/kline.js +1 -0
- package/clis/xueqiu/search.js +1 -0
- package/clis/xueqiu/stock.js +1 -0
- package/clis/xueqiu/watchlist.js +1 -0
- package/clis/yahoo-finance/quote.js +1 -0
- package/clis/yollomi/background.js +1 -0
- package/clis/yollomi/edit.js +1 -0
- package/clis/yollomi/face-swap.js +1 -0
- package/clis/yollomi/generate.js +1 -0
- package/clis/yollomi/models.js +1 -0
- package/clis/yollomi/object-remover.js +1 -0
- package/clis/yollomi/remove-bg.js +1 -0
- package/clis/yollomi/restore.js +1 -0
- package/clis/yollomi/try-on.js +1 -0
- package/clis/yollomi/upload.js +1 -0
- package/clis/yollomi/upscale.js +1 -0
- package/clis/yollomi/video.js +1 -0
- package/clis/youtube/channel.js +1 -0
- package/clis/youtube/comments.js +1 -0
- package/clis/youtube/feed.js +8 -7
- package/clis/youtube/feed.test.js +131 -0
- package/clis/youtube/history.js +1 -0
- package/clis/youtube/like.js +1 -0
- package/clis/youtube/playlist.js +1 -0
- package/clis/youtube/search.js +1 -0
- package/clis/youtube/subscribe.js +1 -0
- package/clis/youtube/subscriptions.js +1 -0
- package/clis/youtube/transcript.js +1 -0
- package/clis/youtube/unlike.js +1 -0
- package/clis/youtube/unsubscribe.js +1 -0
- package/clis/youtube/video.js +1 -0
- package/clis/youtube/watch-later.js +1 -0
- package/clis/yuanbao/ask.js +1 -0
- package/clis/yuanbao/new.js +1 -0
- package/clis/zhihu/answer.js +1 -0
- package/clis/zhihu/collection.js +1 -0
- package/clis/zhihu/collections.js +1 -0
- package/clis/zhihu/comment.js +1 -0
- package/clis/zhihu/download.js +1 -0
- package/clis/zhihu/favorite.js +1 -0
- package/clis/zhihu/follow.js +1 -0
- package/clis/zhihu/hot.js +1 -0
- package/clis/zhihu/like.js +1 -0
- package/clis/zhihu/question.js +1 -0
- package/clis/zhihu/search.js +1 -0
- package/clis/zlibrary/info.js +1 -0
- package/clis/zlibrary/search.js +1 -0
- package/clis/zsxq/dynamics.js +1 -0
- package/clis/zsxq/groups.js +1 -0
- package/clis/zsxq/search.js +1 -0
- package/clis/zsxq/topic.js +1 -0
- package/clis/zsxq/topics.js +1 -0
- package/dist/src/adapter-shadow.d.ts +11 -0
- package/dist/src/adapter-shadow.js +72 -0
- package/dist/src/adapter-shadow.test.d.ts +1 -0
- package/dist/src/adapter-shadow.test.js +49 -0
- package/dist/src/adapter-source.test.js +1 -1
- package/dist/src/browser/analyze.test.js +2 -0
- package/dist/src/browser/base-page.d.ts +15 -2
- package/dist/src/browser/base-page.js +159 -8
- package/dist/src/browser/base-page.test.js +103 -1
- package/dist/src/browser/cdp.js +54 -0
- package/dist/src/browser/cdp.test.js +26 -0
- package/dist/src/browser/dom-helpers.d.ts +1 -1
- package/dist/src/browser/dom-helpers.js +15 -3
- package/dist/src/browser/page.d.ts +1 -0
- package/dist/src/browser/page.js +7 -1
- package/dist/src/browser/page.test.js +17 -0
- package/dist/src/browser/target-resolver.d.ts +17 -2
- package/dist/src/browser/target-resolver.js +85 -4
- package/dist/src/browser/verify-fixture.d.ts +7 -1
- package/dist/src/browser/verify-fixture.js +105 -0
- package/dist/src/browser/verify-fixture.test.js +59 -1
- package/dist/src/build-manifest.d.ts +68 -33
- package/dist/src/build-manifest.js +178 -29
- package/dist/src/build-manifest.test.js +85 -5
- package/dist/src/capabilityRouting.test.js +1 -1
- package/dist/src/cli.js +150 -11
- package/dist/src/cli.test.js +237 -0
- package/dist/src/commanderAdapter.d.ts +1 -1
- package/dist/src/commanderAdapter.js +17 -7
- package/dist/src/commanderAdapter.test.js +7 -6
- package/dist/src/convention-audit.d.ts +50 -0
- package/dist/src/convention-audit.js +546 -0
- package/dist/src/convention-audit.test.d.ts +1 -0
- package/dist/src/convention-audit.test.js +226 -0
- package/dist/src/discovery.js +2 -0
- package/dist/src/doctor.d.ts +2 -0
- package/dist/src/doctor.js +6 -0
- package/dist/src/doctor.test.js +36 -1
- package/dist/src/engine.test.js +10 -10
- package/dist/src/execution.js +1 -1
- package/dist/src/execution.test.js +9 -9
- package/dist/src/help.d.ts +15 -0
- package/dist/src/help.js +149 -0
- package/dist/src/main.js +13 -7
- package/dist/src/manifest-types.d.ts +41 -0
- package/dist/src/manifest-types.js +9 -0
- package/dist/src/plugin.test.js +26 -26
- package/dist/src/registry.d.ts +5 -0
- package/dist/src/registry.js +8 -0
- package/dist/src/registry.test.js +27 -20
- package/dist/src/serialization.d.ts +4 -0
- package/dist/src/serialization.js +27 -1
- package/dist/src/serialization.test.js +24 -2
- package/dist/src/types.d.ts +2 -0
- package/package.json +5 -2
- package/scripts/check-listing-id-pairing.mjs +193 -0
- package/scripts/check-silent-column-drop.mjs +105 -0
- package/scripts/check-typed-error-lint.mjs +118 -0
- package/scripts/silent-column-drop-baseline.json +962 -0
- package/scripts/typed-error-lint-baseline.json +1586 -0
package/dist/src/help.js
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import yaml from 'js-yaml';
|
|
2
|
+
import { fullName } from './registry.js';
|
|
3
|
+
import { formatCommandExample } from './serialization.js';
|
|
4
|
+
function normalizeStructuredHelpFormat(value) {
|
|
5
|
+
const normalized = value?.toLowerCase();
|
|
6
|
+
if (normalized === 'yaml' || normalized === 'yml')
|
|
7
|
+
return 'yaml';
|
|
8
|
+
if (normalized === 'json')
|
|
9
|
+
return 'json';
|
|
10
|
+
return undefined;
|
|
11
|
+
}
|
|
12
|
+
export function getRequestedHelpFormat(argv = process.argv) {
|
|
13
|
+
for (let i = 0; i < argv.length; i++) {
|
|
14
|
+
const token = argv[i];
|
|
15
|
+
if (token === '-f' || token === '--format') {
|
|
16
|
+
return normalizeStructuredHelpFormat(argv[i + 1]);
|
|
17
|
+
}
|
|
18
|
+
if (token.startsWith('--format=')) {
|
|
19
|
+
return normalizeStructuredHelpFormat(token.slice('--format='.length));
|
|
20
|
+
}
|
|
21
|
+
if (token.startsWith('-f') && token.length > 2) {
|
|
22
|
+
return normalizeStructuredHelpFormat(token.slice(2));
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
return undefined;
|
|
26
|
+
}
|
|
27
|
+
export function renderStructuredHelp(data, format) {
|
|
28
|
+
if (format === 'json')
|
|
29
|
+
return `${JSON.stringify(data, null, 2)}\n`;
|
|
30
|
+
return yaml.dump(data, { sortKeys: false, lineWidth: 120, noRefs: true });
|
|
31
|
+
}
|
|
32
|
+
export function wrapCommaList(items, opts = {}) {
|
|
33
|
+
const width = Math.max(opts.width ?? process.stdout.columns ?? 100, 40);
|
|
34
|
+
const indent = opts.indent ?? ' ';
|
|
35
|
+
const sorted = [...items].sort((a, b) => a.localeCompare(b));
|
|
36
|
+
const lines = [];
|
|
37
|
+
let line = indent;
|
|
38
|
+
sorted.forEach((item, index) => {
|
|
39
|
+
const token = `${item}${index < sorted.length - 1 ? ',' : ''}`;
|
|
40
|
+
const prefix = line === indent ? '' : ' ';
|
|
41
|
+
if (line.length + prefix.length + token.length > width && line.trim()) {
|
|
42
|
+
lines.push(line);
|
|
43
|
+
line = `${indent}${token}`;
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
line += `${prefix}${token}`;
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
if (line.trim())
|
|
50
|
+
lines.push(line);
|
|
51
|
+
return lines.join('\n');
|
|
52
|
+
}
|
|
53
|
+
export function formatRootAdapterHelpText(siteNames) {
|
|
54
|
+
if (siteNames.length === 0)
|
|
55
|
+
return '';
|
|
56
|
+
return [
|
|
57
|
+
'',
|
|
58
|
+
`Site adapters (${siteNames.length}):`,
|
|
59
|
+
wrapCommaList(siteNames),
|
|
60
|
+
'',
|
|
61
|
+
"Run 'opencli list' for full command details, or 'opencli <site> --help' to inspect one site.",
|
|
62
|
+
"Agent tip: use 'opencli <site> --help -f yaml' for structured commands, args, access, and examples.",
|
|
63
|
+
'',
|
|
64
|
+
].join('\n');
|
|
65
|
+
}
|
|
66
|
+
function compactArg(arg) {
|
|
67
|
+
return {
|
|
68
|
+
name: arg.name,
|
|
69
|
+
...(arg.type && arg.type !== 'string' ? { type: arg.type } : {}),
|
|
70
|
+
...(arg.positional ? { positional: true } : {}),
|
|
71
|
+
...(arg.required ? { required: true } : {}),
|
|
72
|
+
...(arg.valueRequired ? { valueRequired: true } : {}),
|
|
73
|
+
...(arg.default !== undefined ? { default: arg.default } : {}),
|
|
74
|
+
...(arg.choices?.length ? { choices: arg.choices } : {}),
|
|
75
|
+
...(arg.help ? { help: arg.help } : {}),
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
function compactCommand(cmd, opts = {}) {
|
|
79
|
+
return {
|
|
80
|
+
name: cmd.name,
|
|
81
|
+
command: `opencli ${cmd.site} ${cmd.name}`,
|
|
82
|
+
access: cmd.access,
|
|
83
|
+
description: cmd.description,
|
|
84
|
+
...(cmd.aliases?.length ? { aliases: cmd.aliases } : {}),
|
|
85
|
+
args: cmd.args.map(compactArg),
|
|
86
|
+
example: formatCommandExample(cmd),
|
|
87
|
+
...(opts.includeColumns && cmd.columns?.length ? { columns: cmd.columns } : {}),
|
|
88
|
+
...(cmd.deprecated ? { deprecated: cmd.deprecated } : {}),
|
|
89
|
+
...(cmd.replacedBy ? { replacedBy: cmd.replacedBy } : {}),
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
export function rootHelpData(program, siteNames) {
|
|
93
|
+
const siteSet = new Set(siteNames);
|
|
94
|
+
const commands = program.commands
|
|
95
|
+
.filter(command => !siteSet.has(command.name()))
|
|
96
|
+
.map(command => ({
|
|
97
|
+
name: command.name(),
|
|
98
|
+
description: command.description(),
|
|
99
|
+
}));
|
|
100
|
+
return {
|
|
101
|
+
name: program.name(),
|
|
102
|
+
description: program.description(),
|
|
103
|
+
commands,
|
|
104
|
+
site_adapters: {
|
|
105
|
+
count: siteNames.length,
|
|
106
|
+
sites: [...siteNames].sort((a, b) => a.localeCompare(b)),
|
|
107
|
+
},
|
|
108
|
+
next: [
|
|
109
|
+
'opencli <site> --help -f yaml',
|
|
110
|
+
'opencli list -f yaml',
|
|
111
|
+
'opencli <site> <command> -f yaml',
|
|
112
|
+
],
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
export function siteHelpData(site, commands) {
|
|
116
|
+
const unique = [...new Map(commands.map(cmd => [fullName(cmd), cmd])).values()]
|
|
117
|
+
.sort((a, b) => a.name.localeCompare(b.name));
|
|
118
|
+
return {
|
|
119
|
+
site,
|
|
120
|
+
command_count: unique.length,
|
|
121
|
+
commands: unique.map(cmd => compactCommand(cmd)),
|
|
122
|
+
next: [
|
|
123
|
+
`opencli ${site} <command> --help -f yaml`,
|
|
124
|
+
`opencli ${site} <command> -f yaml`,
|
|
125
|
+
],
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
export function commandHelpData(cmd) {
|
|
129
|
+
return {
|
|
130
|
+
site: cmd.site,
|
|
131
|
+
...compactCommand(cmd, { includeColumns: true }),
|
|
132
|
+
output_formats: ['table', 'plain', 'yaml', 'json', 'md', 'csv'],
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
export function installStructuredHelp(command, data, textSuffix) {
|
|
136
|
+
const original = command.helpInformation.bind(command);
|
|
137
|
+
command.helpInformation = ((contextOptions) => {
|
|
138
|
+
const format = getRequestedHelpFormat();
|
|
139
|
+
if (format)
|
|
140
|
+
return renderStructuredHelp(data(), format);
|
|
141
|
+
const suffix = typeof textSuffix === 'function' ? textSuffix() : textSuffix ?? '';
|
|
142
|
+
return original(contextOptions) + suffix;
|
|
143
|
+
});
|
|
144
|
+
}
|
|
145
|
+
export function formatSiteCommandDescription(cmd) {
|
|
146
|
+
const access = cmd.access === 'write' ? '[write]' : '[read]';
|
|
147
|
+
const deprecatedSuffix = cmd.deprecated ? ' [deprecated]' : '';
|
|
148
|
+
return `${access} ${cmd.description}${deprecatedSuffix}`;
|
|
149
|
+
}
|
package/dist/src/main.js
CHANGED
|
@@ -118,13 +118,19 @@ installNodeNetwork();
|
|
|
118
118
|
// user-CLI discovery MUST run after built-in discovery to preserve the
|
|
119
119
|
// intended override order (user adapters override built-in ones).
|
|
120
120
|
// - discoverPlugins runs last: plugins may override both built-in and user CLIs.
|
|
121
|
-
const [
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
await
|
|
127
|
-
|
|
121
|
+
const skipUserDiscovery = argv[0] === 'convention-audit';
|
|
122
|
+
if (skipUserDiscovery) {
|
|
123
|
+
await discoverClis(BUILTIN_CLIS);
|
|
124
|
+
}
|
|
125
|
+
else {
|
|
126
|
+
const [, ,] = await Promise.all([
|
|
127
|
+
ensureUserCliCompatShims(),
|
|
128
|
+
ensureUserAdapters(),
|
|
129
|
+
discoverClis(BUILTIN_CLIS),
|
|
130
|
+
]);
|
|
131
|
+
await discoverClis(USER_CLIS);
|
|
132
|
+
await discoverPlugins();
|
|
133
|
+
}
|
|
128
134
|
// Register exit hook: notice appears after command output (same as npm/gh/yarn)
|
|
129
135
|
registerUpdateNoticeOnExit();
|
|
130
136
|
// Kick off background fetch for next run (non-blocking)
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared manifest types — kept in their own module so both runtime code
|
|
3
|
+
* (discovery.ts) and the build-time compiler (build-manifest.ts) can
|
|
4
|
+
* import them without pulling each other in. This is what lets us
|
|
5
|
+
* exclude `src/build-manifest.ts` from `tsc`'s emit set: the only thing
|
|
6
|
+
* runtime code needs from build-manifest is the `ManifestEntry` type,
|
|
7
|
+
* and that lives here.
|
|
8
|
+
*/
|
|
9
|
+
export interface ManifestEntry {
|
|
10
|
+
site: string;
|
|
11
|
+
name: string;
|
|
12
|
+
aliases?: string[];
|
|
13
|
+
description: string;
|
|
14
|
+
access: 'read' | 'write';
|
|
15
|
+
example?: string;
|
|
16
|
+
domain?: string;
|
|
17
|
+
strategy: string;
|
|
18
|
+
browser: boolean;
|
|
19
|
+
args: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
type?: string;
|
|
22
|
+
default?: unknown;
|
|
23
|
+
required?: boolean;
|
|
24
|
+
valueRequired?: boolean;
|
|
25
|
+
positional?: boolean;
|
|
26
|
+
help?: string;
|
|
27
|
+
choices?: string[];
|
|
28
|
+
}>;
|
|
29
|
+
columns?: string[];
|
|
30
|
+
pipeline?: Record<string, unknown>[];
|
|
31
|
+
timeout?: number;
|
|
32
|
+
deprecated?: boolean | string;
|
|
33
|
+
replacedBy?: string;
|
|
34
|
+
type: 'js';
|
|
35
|
+
/** Relative path from clis/ dir, e.g. 'bilibili/search.js' */
|
|
36
|
+
modulePath?: string;
|
|
37
|
+
/** Relative path to the source file from clis/ dir (e.g. 'site/cmd.js') */
|
|
38
|
+
sourceFile?: string;
|
|
39
|
+
/** Pre-navigation control — see CliCommand.navigateBefore */
|
|
40
|
+
navigateBefore?: boolean | string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared manifest types — kept in their own module so both runtime code
|
|
3
|
+
* (discovery.ts) and the build-time compiler (build-manifest.ts) can
|
|
4
|
+
* import them without pulling each other in. This is what lets us
|
|
5
|
+
* exclude `src/build-manifest.ts` from `tsc`'s emit set: the only thing
|
|
6
|
+
* runtime code needs from build-manifest is the `ManifestEntry` type,
|
|
7
|
+
* and that lives here.
|
|
8
|
+
*/
|
|
9
|
+
export {};
|
package/dist/src/plugin.test.js
CHANGED
|
@@ -361,7 +361,7 @@ describe('listPlugins', () => {
|
|
|
361
361
|
});
|
|
362
362
|
it('lists installed plugins', () => {
|
|
363
363
|
fs.mkdirSync(testDir, { recursive: true });
|
|
364
|
-
fs.writeFileSync(path.join(testDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
364
|
+
fs.writeFileSync(path.join(testDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
365
365
|
const plugins = listPlugins();
|
|
366
366
|
const found = plugins.find(p => p.name === '__test-list-plugin__');
|
|
367
367
|
expect(found).toBeDefined();
|
|
@@ -369,7 +369,7 @@ describe('listPlugins', () => {
|
|
|
369
369
|
});
|
|
370
370
|
it('includes version metadata from the lock file', () => {
|
|
371
371
|
fs.mkdirSync(testDir, { recursive: true });
|
|
372
|
-
fs.writeFileSync(path.join(testDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
372
|
+
fs.writeFileSync(path.join(testDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
373
373
|
const lock = _readLockFile();
|
|
374
374
|
lock['__test-list-plugin__'] = {
|
|
375
375
|
source: { kind: 'git', url: 'https://github.com/user/repo.git' },
|
|
@@ -393,7 +393,7 @@ describe('listPlugins', () => {
|
|
|
393
393
|
const localTarget = fs.mkdtempSync(path.join(os.tmpdir(), 'opencli-local-list-'));
|
|
394
394
|
const linkPath = path.join(PLUGINS_DIR, '__test-list-plugin__');
|
|
395
395
|
fs.mkdirSync(PLUGINS_DIR, { recursive: true });
|
|
396
|
-
fs.writeFileSync(path.join(localTarget, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
396
|
+
fs.writeFileSync(path.join(localTarget, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
397
397
|
try {
|
|
398
398
|
fs.unlinkSync(linkPath);
|
|
399
399
|
}
|
|
@@ -435,13 +435,13 @@ describe('uninstallPlugin', () => {
|
|
|
435
435
|
});
|
|
436
436
|
it('removes plugin directory', () => {
|
|
437
437
|
fs.mkdirSync(testDir, { recursive: true });
|
|
438
|
-
fs.writeFileSync(path.join(testDir, 'test.js'), 'cli({ site: "test", name: "test" })');
|
|
438
|
+
fs.writeFileSync(path.join(testDir, 'test.js'), 'cli({ site: "test", name: "test", access: "read" })');
|
|
439
439
|
uninstallPlugin('__test-uninstall__');
|
|
440
440
|
expect(fs.existsSync(testDir)).toBe(false);
|
|
441
441
|
});
|
|
442
442
|
it('removes lock entry on uninstall', () => {
|
|
443
443
|
fs.mkdirSync(testDir, { recursive: true });
|
|
444
|
-
fs.writeFileSync(path.join(testDir, 'test.js'), 'cli({ site: "test", name: "test" })');
|
|
444
|
+
fs.writeFileSync(path.join(testDir, 'test.js'), 'cli({ site: "test", name: "test", access: "read" })');
|
|
445
445
|
const lock = _readLockFile();
|
|
446
446
|
lock['__test-uninstall__'] = {
|
|
447
447
|
source: { kind: 'git', url: 'https://github.com/user/repo.git' },
|
|
@@ -464,7 +464,7 @@ describe('updatePlugin', () => {
|
|
|
464
464
|
const localTarget = fs.mkdtempSync(path.join(os.tmpdir(), 'opencli-local-update-'));
|
|
465
465
|
const linkPath = path.join(PLUGINS_DIR, '__test-local-update__');
|
|
466
466
|
fs.mkdirSync(PLUGINS_DIR, { recursive: true });
|
|
467
|
-
fs.writeFileSync(path.join(localTarget, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
467
|
+
fs.writeFileSync(path.join(localTarget, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
468
468
|
fs.symlinkSync(localTarget, linkPath, 'dir');
|
|
469
469
|
const lock = _readLockFile();
|
|
470
470
|
lock['__test-local-update__'] = {
|
|
@@ -540,7 +540,7 @@ describe('postInstallMonorepoLifecycle', () => {
|
|
|
540
540
|
private: true,
|
|
541
541
|
workspaces: ['packages/*'],
|
|
542
542
|
}));
|
|
543
|
-
fs.writeFileSync(path.join(subDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
543
|
+
fs.writeFileSync(path.join(subDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
544
544
|
});
|
|
545
545
|
afterEach(() => {
|
|
546
546
|
fs.rmSync(repoDir, { recursive: true, force: true });
|
|
@@ -575,9 +575,9 @@ describe('updateAllPlugins', () => {
|
|
|
575
575
|
fs.mkdirSync(testDirA, { recursive: true });
|
|
576
576
|
fs.mkdirSync(testDirB, { recursive: true });
|
|
577
577
|
fs.mkdirSync(testDirC, { recursive: true });
|
|
578
|
-
fs.writeFileSync(path.join(testDirA, 'cmd.js'), 'cli({ site: "a", name: "cmd" })');
|
|
579
|
-
fs.writeFileSync(path.join(testDirB, 'cmd.js'), 'cli({ site: "b", name: "cmd" })');
|
|
580
|
-
fs.writeFileSync(path.join(testDirC, 'cmd.js'), 'cli({ site: "c", name: "cmd" })');
|
|
578
|
+
fs.writeFileSync(path.join(testDirA, 'cmd.js'), 'cli({ site: "a", name: "cmd", access: "read" })');
|
|
579
|
+
fs.writeFileSync(path.join(testDirB, 'cmd.js'), 'cli({ site: "b", name: "cmd", access: "read" })');
|
|
580
|
+
fs.writeFileSync(path.join(testDirC, 'cmd.js'), 'cli({ site: "c", name: "cmd", access: "read" })');
|
|
581
581
|
const lock = _readLockFile();
|
|
582
582
|
lock['plugin-a'] = {
|
|
583
583
|
source: { kind: 'git', url: 'https://github.com/user/plugin-a.git' },
|
|
@@ -622,7 +622,7 @@ describe('updateAllPlugins', () => {
|
|
|
622
622
|
const cloneUrl = String(args[3]);
|
|
623
623
|
const cloneDir = String(args[4]);
|
|
624
624
|
fs.mkdirSync(cloneDir, { recursive: true });
|
|
625
|
-
fs.writeFileSync(path.join(cloneDir, 'cmd.js'), 'cli({ site: "test", name: "hello" })');
|
|
625
|
+
fs.writeFileSync(path.join(cloneDir, 'cmd.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
626
626
|
if (cloneUrl.includes('plugin-b')) {
|
|
627
627
|
fs.writeFileSync(path.join(cloneDir, 'package.json'), JSON.stringify({ name: 'plugin-b' }));
|
|
628
628
|
}
|
|
@@ -709,7 +709,7 @@ describe('monorepo uninstall with symlink', () => {
|
|
|
709
709
|
monoDir = path.join(_getMonoreposDir(), '__test-mono__');
|
|
710
710
|
const subDir = path.join(monoDir, 'packages', 'sub');
|
|
711
711
|
fs.mkdirSync(subDir, { recursive: true });
|
|
712
|
-
fs.writeFileSync(path.join(subDir, 'cmd.js'), 'cli({ site: "test", name: "cmd" })');
|
|
712
|
+
fs.writeFileSync(path.join(subDir, 'cmd.js'), 'cli({ site: "test", name: "cmd", access: "read" })');
|
|
713
713
|
fs.mkdirSync(PLUGINS_DIR, { recursive: true });
|
|
714
714
|
fs.symlinkSync(subDir, pluginDir, 'dir');
|
|
715
715
|
const lock = _readLockFile();
|
|
@@ -776,7 +776,7 @@ describe('listPlugins with monorepo metadata', () => {
|
|
|
776
776
|
const testLink = path.join(PLUGINS_DIR, '__test-mono-list__');
|
|
777
777
|
beforeEach(() => {
|
|
778
778
|
fs.mkdirSync(testSymlinkTarget, { recursive: true });
|
|
779
|
-
fs.writeFileSync(path.join(testSymlinkTarget, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
779
|
+
fs.writeFileSync(path.join(testSymlinkTarget, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
780
780
|
fs.mkdirSync(PLUGINS_DIR, { recursive: true });
|
|
781
781
|
try {
|
|
782
782
|
fs.unlinkSync(testLink);
|
|
@@ -823,7 +823,7 @@ describe('installLocalPlugin', () => {
|
|
|
823
823
|
const pluginName = '__test-local-plugin__';
|
|
824
824
|
beforeEach(() => {
|
|
825
825
|
tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), 'opencli-local-install-'));
|
|
826
|
-
fs.writeFileSync(path.join(tmpDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
826
|
+
fs.writeFileSync(path.join(tmpDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
827
827
|
});
|
|
828
828
|
afterEach(() => {
|
|
829
829
|
const linkPath = path.join(PLUGINS_DIR, pluginName);
|
|
@@ -963,7 +963,7 @@ describe('installPlugin transactional staging', () => {
|
|
|
963
963
|
if (cmd === 'git' && Array.isArray(args) && args[0] === 'clone') {
|
|
964
964
|
const cloneDir = String(args[args.length - 1]);
|
|
965
965
|
fs.mkdirSync(cloneDir, { recursive: true });
|
|
966
|
-
fs.writeFileSync(path.join(cloneDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
966
|
+
fs.writeFileSync(path.join(cloneDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
967
967
|
fs.writeFileSync(path.join(cloneDir, 'package.json'), JSON.stringify({ name: standaloneName }));
|
|
968
968
|
return '';
|
|
969
969
|
}
|
|
@@ -994,7 +994,7 @@ describe('installPlugin transactional staging', () => {
|
|
|
994
994
|
alpha: { path: 'packages/alpha' },
|
|
995
995
|
},
|
|
996
996
|
}));
|
|
997
|
-
fs.writeFileSync(path.join(alphaDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
997
|
+
fs.writeFileSync(path.join(alphaDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
998
998
|
return '';
|
|
999
999
|
}
|
|
1000
1000
|
if (cmd === 'npm' && Array.isArray(args) && args[0] === 'install') {
|
|
@@ -1051,7 +1051,7 @@ describe('installPlugin with existing monorepo', () => {
|
|
|
1051
1051
|
[pluginName]: { path: `packages/${pluginName}` },
|
|
1052
1052
|
},
|
|
1053
1053
|
}));
|
|
1054
|
-
fs.writeFileSync(path.join(subDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
1054
|
+
fs.writeFileSync(path.join(subDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
1055
1055
|
mockExecFileSync.mockImplementation((cmd, args) => {
|
|
1056
1056
|
if (cmd === 'git' && Array.isArray(args) && args[0] === 'clone') {
|
|
1057
1057
|
const cloneDir = String(args[4]);
|
|
@@ -1110,7 +1110,7 @@ describe('updatePlugin transactional staging', () => {
|
|
|
1110
1110
|
});
|
|
1111
1111
|
it('keeps the existing standalone plugin when staged update preparation fails', () => {
|
|
1112
1112
|
fs.mkdirSync(standaloneDir, { recursive: true });
|
|
1113
|
-
fs.writeFileSync(path.join(standaloneDir, 'old.js'), 'cli({ site: "old", name: "old" })');
|
|
1113
|
+
fs.writeFileSync(path.join(standaloneDir, 'old.js'), 'cli({ site: "old", name: "old", access: "read" })');
|
|
1114
1114
|
const lock = _readLockFile();
|
|
1115
1115
|
lock[standaloneName] = {
|
|
1116
1116
|
source: {
|
|
@@ -1125,7 +1125,7 @@ describe('updatePlugin transactional staging', () => {
|
|
|
1125
1125
|
if (cmd === 'git' && Array.isArray(args) && args[0] === 'clone') {
|
|
1126
1126
|
const cloneDir = String(args[4]);
|
|
1127
1127
|
fs.mkdirSync(cloneDir, { recursive: true });
|
|
1128
|
-
fs.writeFileSync(path.join(cloneDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
1128
|
+
fs.writeFileSync(path.join(cloneDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
1129
1129
|
fs.writeFileSync(path.join(cloneDir, 'package.json'), JSON.stringify({ name: standaloneName }));
|
|
1130
1130
|
return '';
|
|
1131
1131
|
}
|
|
@@ -1145,7 +1145,7 @@ describe('updatePlugin transactional staging', () => {
|
|
|
1145
1145
|
it('keeps the existing monorepo repo and link when staged update preparation fails', () => {
|
|
1146
1146
|
const subDir = path.join(monorepoRepoDir, 'packages', monorepoPluginName);
|
|
1147
1147
|
fs.mkdirSync(subDir, { recursive: true });
|
|
1148
|
-
fs.writeFileSync(path.join(subDir, 'old.js'), 'cli({ site: "old", name: "old" })');
|
|
1148
|
+
fs.writeFileSync(path.join(subDir, 'old.js'), 'cli({ site: "old", name: "old", access: "read" })');
|
|
1149
1149
|
fs.mkdirSync(PLUGINS_DIR, { recursive: true });
|
|
1150
1150
|
fs.symlinkSync(subDir, monorepoLink, 'dir');
|
|
1151
1151
|
const lock = _readLockFile();
|
|
@@ -1174,7 +1174,7 @@ describe('updatePlugin transactional staging', () => {
|
|
|
1174
1174
|
[monorepoPluginName]: { path: `packages/${monorepoPluginName}` },
|
|
1175
1175
|
},
|
|
1176
1176
|
}));
|
|
1177
|
-
fs.writeFileSync(path.join(alphaDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
1177
|
+
fs.writeFileSync(path.join(alphaDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
1178
1178
|
return '';
|
|
1179
1179
|
}
|
|
1180
1180
|
if (cmd === 'npm' && Array.isArray(args) && args[0] === 'install') {
|
|
@@ -1194,7 +1194,7 @@ describe('updatePlugin transactional staging', () => {
|
|
|
1194
1194
|
it('relinks monorepo plugins when the updated manifest moves their subPath', () => {
|
|
1195
1195
|
const oldSubDir = path.join(monorepoRepoDir, 'packages', 'old-alpha');
|
|
1196
1196
|
fs.mkdirSync(oldSubDir, { recursive: true });
|
|
1197
|
-
fs.writeFileSync(path.join(oldSubDir, 'old.js'), 'cli({ site: "old", name: "old" })');
|
|
1197
|
+
fs.writeFileSync(path.join(oldSubDir, 'old.js'), 'cli({ site: "old", name: "old", access: "read" })');
|
|
1198
1198
|
fs.mkdirSync(PLUGINS_DIR, { recursive: true });
|
|
1199
1199
|
fs.symlinkSync(oldSubDir, monorepoLink, 'dir');
|
|
1200
1200
|
const lock = _readLockFile();
|
|
@@ -1219,7 +1219,7 @@ describe('updatePlugin transactional staging', () => {
|
|
|
1219
1219
|
[monorepoPluginName]: { path: 'packages/moved-alpha' },
|
|
1220
1220
|
},
|
|
1221
1221
|
}));
|
|
1222
|
-
fs.writeFileSync(path.join(movedDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
1222
|
+
fs.writeFileSync(path.join(movedDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
1223
1223
|
return '';
|
|
1224
1224
|
}
|
|
1225
1225
|
if (cmd === 'git' && Array.isArray(args) && args[0] === 'rev-parse' && args[1] === 'HEAD') {
|
|
@@ -1238,7 +1238,7 @@ describe('updatePlugin transactional staging', () => {
|
|
|
1238
1238
|
it('rejects monorepo updates whose manifest path escapes the repo root', () => {
|
|
1239
1239
|
const oldSubDir = path.join(monorepoRepoDir, 'packages', 'old-alpha');
|
|
1240
1240
|
fs.mkdirSync(oldSubDir, { recursive: true });
|
|
1241
|
-
fs.writeFileSync(path.join(oldSubDir, 'old.js'), 'cli({ site: "old", name: "old" })');
|
|
1241
|
+
fs.writeFileSync(path.join(oldSubDir, 'old.js'), 'cli({ site: "old", name: "old", access: "read" })');
|
|
1242
1242
|
fs.mkdirSync(PLUGINS_DIR, { recursive: true });
|
|
1243
1243
|
fs.symlinkSync(oldSubDir, monorepoLink, 'dir');
|
|
1244
1244
|
const lock = _readLockFile();
|
|
@@ -1279,7 +1279,7 @@ describe('updatePlugin transactional staging', () => {
|
|
|
1279
1279
|
it('rolls back the monorepo repo swap when relinking fails', () => {
|
|
1280
1280
|
const oldSubDir = path.join(monorepoRepoDir, 'packages', 'old-alpha');
|
|
1281
1281
|
fs.mkdirSync(oldSubDir, { recursive: true });
|
|
1282
|
-
fs.writeFileSync(path.join(oldSubDir, 'old.js'), 'cli({ site: "old", name: "old" })');
|
|
1282
|
+
fs.writeFileSync(path.join(oldSubDir, 'old.js'), 'cli({ site: "old", name: "old", access: "read" })');
|
|
1283
1283
|
fs.mkdirSync(monorepoLink, { recursive: true });
|
|
1284
1284
|
fs.writeFileSync(path.join(monorepoLink, 'blocker.txt'), 'not a symlink');
|
|
1285
1285
|
const lock = _readLockFile();
|
|
@@ -1304,7 +1304,7 @@ describe('updatePlugin transactional staging', () => {
|
|
|
1304
1304
|
[monorepoPluginName]: { path: 'packages/moved-alpha' },
|
|
1305
1305
|
},
|
|
1306
1306
|
}));
|
|
1307
|
-
fs.writeFileSync(path.join(movedDir, 'hello.js'), 'cli({ site: "test", name: "hello" })');
|
|
1307
|
+
fs.writeFileSync(path.join(movedDir, 'hello.js'), 'cli({ site: "test", name: "hello", access: "read" })');
|
|
1308
1308
|
return '';
|
|
1309
1309
|
}
|
|
1310
1310
|
if (cmd === 'git' && Array.isArray(args) && args[0] === 'rev-parse' && args[1] === 'HEAD') {
|
package/dist/src/registry.d.ts
CHANGED
|
@@ -27,11 +27,15 @@ export interface RequiredEnv {
|
|
|
27
27
|
export type CommandArgs = Record<string, any>;
|
|
28
28
|
export type BrowserCommandFunc = (page: IPage, kwargs: CommandArgs, debug?: boolean) => Promise<unknown>;
|
|
29
29
|
export type NonBrowserCommandFunc = (kwargs: CommandArgs, debug?: boolean) => Promise<unknown>;
|
|
30
|
+
export type CommandAccess = 'read' | 'write';
|
|
30
31
|
interface BaseCliCommand {
|
|
31
32
|
site: string;
|
|
32
33
|
name: string;
|
|
33
34
|
aliases?: string[];
|
|
34
35
|
description: string;
|
|
36
|
+
access: CommandAccess;
|
|
37
|
+
/** Canonical invocation shown in agent-facing help. Generated when omitted. */
|
|
38
|
+
example?: string;
|
|
35
39
|
domain?: string;
|
|
36
40
|
strategy?: Strategy;
|
|
37
41
|
args: Arg[];
|
|
@@ -89,6 +93,7 @@ export type InternalCliCommand = CliCommand & {
|
|
|
89
93
|
type RequiredCliOptions = {
|
|
90
94
|
site: string;
|
|
91
95
|
name: string;
|
|
96
|
+
access: CommandAccess;
|
|
92
97
|
description?: string;
|
|
93
98
|
args?: Arg[];
|
|
94
99
|
};
|
package/dist/src/registry.js
CHANGED
|
@@ -17,6 +17,7 @@ export function cli(opts) {
|
|
|
17
17
|
name: opts.name,
|
|
18
18
|
aliases: opts.aliases,
|
|
19
19
|
description: opts.description ?? '',
|
|
20
|
+
access: opts.access,
|
|
20
21
|
domain: opts.domain,
|
|
21
22
|
strategy: opts.strategy,
|
|
22
23
|
browser: opts.browser,
|
|
@@ -58,6 +59,7 @@ export function strategyLabel(cmd) {
|
|
|
58
59
|
* 2. Derived from strategy + domain (the defaults below)
|
|
59
60
|
*/
|
|
60
61
|
function normalizeCommand(cmd) {
|
|
62
|
+
assertCommandAccess(cmd);
|
|
61
63
|
const strategy = cmd.strategy ?? (cmd.browser === false ? Strategy.PUBLIC : Strategy.COOKIE);
|
|
62
64
|
const browser = cmd.browser ?? (strategy !== Strategy.PUBLIC && strategy !== Strategy.LOCAL);
|
|
63
65
|
let navigateBefore = cmd.navigateBefore;
|
|
@@ -76,6 +78,12 @@ function normalizeCommand(cmd) {
|
|
|
76
78
|
? { ...cmd, strategy, browser: true, navigateBefore }
|
|
77
79
|
: { ...cmd, strategy, browser: false, navigateBefore };
|
|
78
80
|
}
|
|
81
|
+
function assertCommandAccess(cmd) {
|
|
82
|
+
if (cmd.access === 'read' || cmd.access === 'write')
|
|
83
|
+
return;
|
|
84
|
+
const key = `${cmd.site}/${cmd.name}`;
|
|
85
|
+
throw new Error(`Command ${key} must declare access: 'read' | 'write'`);
|
|
86
|
+
}
|
|
79
87
|
export function registerCommand(cmd) {
|
|
80
88
|
const normalized = normalizeCommand(cmd);
|
|
81
89
|
const canonicalKey = fullName(normalized);
|