diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-30 16:05:40 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-30 16:05:40 +0800 |
commit | 7d1c0016967bd05ab537876f24ebfccad8fdf591 (patch) | |
tree | 4f82466ae9ccfcd4cf907bfc49650011f4cf1030 /changelog.md | |
parent | 0e14b83e853cc27b305d1fdc0fbd352f70a55dcb (diff) | |
download | lua-language-server-7d1c0016967bd05ab537876f24ebfccad8fdf591.zip |
#335 change the arg to `--logpath=xxx`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 1220904b..7a5db0ca 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,8 @@ # changelog ## 1.8.3 -* `NEW` specify path of `log` and `meta` by `LOGPATH="xxx"` and `METAPATH="XXX"` in command line -* `CHG` got arg after script name: `lua-language-server.exe main.lua LANG="zhCN" LOGPATH="/log"` +* `NEW` specify path of `log` and `meta` by `--logpath=xxx` and `--metapath=XXX` in command line +* `CHG` got arg after script name: `lua-language-server.exe main.lua --logpath=D:\log --metapath=D:\meta --develop=false` * `FIX` runtime errors ## 1.8.2 |