mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 09:24:07 +00:00
feature(socket) add pwd, homepath
This commit is contained in:
parent
7035a5a52f
commit
4969c1d433
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
|||
ClientDirs = [],
|
||||
OnMessageFuncs = [],
|
||||
INFO_LOG_LEVEL = 2,
|
||||
HOME = process.env.HOME,
|
||||
ENV = process.env;
|
||||
HOME = ENV.PWD || ENV.HOMEPATH,
|
||||
WIN32 = main.WIN32,
|
||||
HELP = {
|
||||
stdout : CLOUDCMD + ' exit \n' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue