kn-cli 1.0.62 → 1.0.63

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 +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -16,7 +16,8 @@
16
16
  # Windows环境
17
17
  推荐windows下使用gitbash终端
18
18
  在使用`kn-cli --create`时,请改为接住winpty来执行,如`winpty kn-cli.cmd --create`
19
- 这是由于minTTY使用的gitbash无法处理我们创建项目时选择列表的问题,导致用户无法用上下来选择项目
19
+ 这是由于minTTY使用的gitbash无法处理我们创建项目时选择列表的问题,导致用户无法用上下来选择项目 ,
20
+ 同样在项目模板启动的时候如`sh dev.sh`需要改为`winpty sh dev.sh`
20
21
 
21
22
 
22
23
  # cli 其它常用方法