1. 首页
  2. 数据库
  3. 其它
  4. clui:CLUI是JavaScript库的集合这些JavaScript库用于使用上下文感知的自动完成功能构建命令行界面 源码

clui:CLUI是JavaScript库的集合这些JavaScript库用于使用上下文感知的自动完成功能构建命令行界面 源码

上传者: 2021-04-18 06:59:19上传 ZIP文件 186.28KB 热度 9次
崔 CLUI是JavaScript库的集合,用于构建具有上下文感知自动完成功能的命令行界面。 配套 @replit/clui-input @replit/clui-input实现了将文本输入映射到建议和潜在run功能的逻辑。 import input from '@replit/clui-input' ; const rootCommand = { commands : { open : { commands : { sesame : { run : ( args ) => { /* do something */ } , } , } , } , } , } ; const update = input ( { command : root
下载地址
用户评论