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
感謝您增加了 --path 選項 但在每次使用 opencc 時都必須使用 --path 指定路徑 這並沒有達到便於 windows cli 上使用目的 請給它一個 default value 例如 <opencc.exe 所在目錄的父目錄>\share\opencc
--path
<opencc.exe 所在目錄的父目錄>\share\opencc
如果只能交由user自行指定路徑 環境變數是比較好的方式 例如取環境變數 OPENCC_CONFIGDIR 之值作為 --path 的預設
OPENCC_CONFIGDIR
The text was updated successfully, but these errors were encountered:
--path的作用是提供額外的選項,大多數情況下(除了Windows),--path並不需要指定。
Sorry, something went wrong.
在windows中使用無法像linux中一樣省略掉 config目錄的路徑,冗長的命令對於在終端機上使用opencc.exe命令不太方便。請考慮利用環境變數或是opencc.ini檔預設config目錄路徑。
No branches or pull requests
感謝您增加了
--path
選項但在每次使用 opencc 時都必須使用
--path
指定路徑這並沒有達到便於 windows cli 上使用目的
請給它一個 default value
例如
<opencc.exe 所在目錄的父目錄>\share\opencc
如果只能交由user自行指定路徑
環境變數是比較好的方式
例如取環境變數
OPENCC_CONFIGDIR
之值作為--path
的預設The text was updated successfully, but these errors were encountered: