UNPKG
@zzclub/z-cli
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
0.8.0
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
all-in-one 工具箱,专为提升日常及工作效率而生
github.com/aatrooox/z-cli
aatrooox/z-cli
@zzclub/z-cli
/
dist
/
commands
/
set.d.ts
11 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
SetCliOptions
{
quality
?:
number
;
recursive
?:
boolean
;
overwrite
?:
boolean
;
output
?:
string
; }
/** * Set 命令 - 更新配置 */
export
declare
function
setCommand
(
options
:
SetCliOptions
):
Promise
<
void
>;
//# sourceMappingURL=set.d.ts.map