Zhengqbbb / cz-git

cz-git | czg 🛠️ DX first and more engineered, lightweight, customizable, standard output format Commitizen adapter and CLI
https://cz-git.qbb.sh
MIT License
1.05k stars 39 forks source link

[Bug report] 通过shelljs exec git cz 时 ,输出内容时无法被选中 #117

Closed laterdayi closed 1 year ago

laterdayi commented 1 year ago

✅ Checklist

📄 System Info

windows

🔎 Description

Concise Description

Expected behavior

通过shelljs exec git cz 时 ,输出内容时无法被选中

const child = exec('git-cz' { async: true});

内容出现但是无法选择

Steps to reproduce

Screenshots or Screen Recording(if possible)

🔗 Reproduction link / repo:

No response

Zhengqbbb commented 1 year ago

cz-git是 commitizen cli 的适配器也就是插件 你可以选择其他适配器进行调用

laterdayi commented 1 year ago

https://github.com/shelljs/shelljs/wiki/FAQ#running-interactive-programs-with-exec 我意识到可能是shelljs的问题