File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 17
17
18
18
M .commands = {
19
19
clean = function ()
20
- Manage .clean ({ clear = true , show = true })
20
+ Manage .clean ({ clear = true , interactive = true })
21
21
end ,
22
22
clear = function ()
23
23
Manage .clear ()
24
24
View .show ()
25
25
end ,
26
26
install = function ()
27
- Manage .install ({ clear = true , show = true })
27
+ Manage .install ({ clear = true , interactive = true })
28
28
end ,
29
29
log = function ()
30
- Manage .log ({ clear = true , show = true })
30
+ Manage .log ({ clear = true , interactive = true })
31
31
end ,
32
32
show = function ()
33
33
View .show ()
34
34
end ,
35
- docs = function ()
36
- Manage .docs ({ clear = true , show = true })
37
- end ,
38
35
sync = function ()
39
- Manage .update ({ clear = true , show = true })
40
- Manage .install ({ show = true })
41
- Manage .clean ({ show = true })
36
+ Manage .clean ({ interactive = true , clear = true , wait = true })
37
+ Manage .update ({ interactive = true })
38
+ Manage .install ({ interactive = true })
42
39
end ,
43
40
update = function ()
44
- Manage .update ({ clear = true , show = true })
41
+ Manage .update ({ clear = true , interactive = true })
45
42
end ,
46
43
}
47
44
You can’t perform that action at this time.
0 commit comments