Preparing search index...
The search index is not available
@lzwme/fe-utils
@lzwme/fe-utils
index
gitSetChmod
Function gitSetChmod
gitSetChmod
(
filepath
:
string
,
type
?:
"add"
|
"del"
,
)
:
{
error
:
Error
;
stderr
:
string
;
stdout
:
string
}
【git】给文件增加或撤销可执行权限
Parameters
filepath
:
string
type
:
"add"
|
"del"
= 'add'
Returns
{
error
:
Error
;
stderr
:
string
;
stdout
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@lzwme/fe-utils
Loading...
【git】给文件增加或撤销可执行权限