clui:CLUI是JavaScript库的集合这些JavaScript库用于使用上下文感知的自动完成功能构建命令行界面 源码
崔 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
下载地址
用户评论