@dune2/cli 0.1.17 → 0.1.18

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dune2/cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
package/readme.md CHANGED
@@ -20,6 +20,6 @@ Commands:
20
20
 
21
21
  ## 交互式选择
22
22
 
23
- 运行`dune` 或者 `dune interactive`,会进入交互式选择,上下键选择要执行的命令,回车键确认
23
+ 运行`dune` 或者 `dune interactive`,会进入交互式选择,上下键选择要执行的命令,回车键确认。
24
24
 
25
25
  ![](.readme_images/interactive.png)