We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
该分支使用deno为cp添加组件/应用安装脚本支持。#6 由于一开始没整理好代码提交,导致多个更改堆积,先在这里列出更改内容。
cp_macros
cp_macros::test
tokio::test
init_environment
kv::KVStore
app_path
The text was updated successfully, but these errors were encountered:
#5
761aa6f
juzi5201314
Successfully merging a pull request may close this issue.
该分支使用deno为cp添加组件/应用安装脚本支持。#6
由于一开始没整理好代码提交,导致多个更改堆积,先在这里列出更改内容。
cp_macros
,用于存放过程宏。cp_macros::test
,包装tokio::test
并自动初始化环境(init_environment
)。kv::KVStore
和一个基于persy的实现。init_environment
)中。app_path
,用于指定cp储存本地文件的目录。The text was updated successfully, but these errors were encountered: