@pdfme/cli 6.1.12-dev.7 → 6.1.13-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
declare const _default: import("citty").CommandDef<{
|
|
2
2
|
target: {
|
|
3
|
-
type:
|
|
3
|
+
type: 'positional';
|
|
4
4
|
description: string;
|
|
5
5
|
required: boolean;
|
|
6
6
|
};
|
|
7
7
|
file: {
|
|
8
|
-
type:
|
|
8
|
+
type: 'positional';
|
|
9
9
|
description: string;
|
|
10
10
|
required: boolean;
|
|
11
11
|
};
|
|
12
12
|
verbose: {
|
|
13
|
-
type:
|
|
13
|
+
type: 'boolean';
|
|
14
14
|
alias: string;
|
|
15
15
|
description: string;
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
18
|
json: {
|
|
19
|
-
type:
|
|
19
|
+
type: 'boolean';
|
|
20
20
|
description: string;
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
23
|
noAutoFont: {
|
|
24
|
-
type:
|
|
24
|
+
type: 'boolean';
|
|
25
25
|
description: string;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
28
|
output: {
|
|
29
|
-
type:
|
|
29
|
+
type: 'string';
|
|
30
30
|
alias: string;
|
|
31
31
|
description: string;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
34
|
force: {
|
|
35
|
-
type:
|
|
35
|
+
type: 'boolean';
|
|
36
36
|
description: string;
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
39
|
image: {
|
|
40
|
-
type:
|
|
40
|
+
type: 'boolean';
|
|
41
41
|
description: string;
|
|
42
42
|
default: boolean;
|
|
43
43
|
};
|
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
declare const _default: import("citty").CommandDef<{
|
|
2
2
|
file: {
|
|
3
|
-
type:
|
|
3
|
+
type: 'positional';
|
|
4
4
|
description: string;
|
|
5
5
|
required: boolean;
|
|
6
6
|
};
|
|
7
7
|
template: {
|
|
8
|
-
type:
|
|
8
|
+
type: 'string';
|
|
9
9
|
alias: string;
|
|
10
10
|
description: string;
|
|
11
11
|
};
|
|
12
12
|
inputs: {
|
|
13
|
-
type:
|
|
13
|
+
type: 'string';
|
|
14
14
|
alias: string;
|
|
15
15
|
description: string;
|
|
16
16
|
};
|
|
17
17
|
output: {
|
|
18
|
-
type:
|
|
18
|
+
type: 'string';
|
|
19
19
|
alias: string;
|
|
20
20
|
description: string;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
force: {
|
|
24
|
-
type:
|
|
24
|
+
type: 'boolean';
|
|
25
25
|
description: string;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
28
|
image: {
|
|
29
|
-
type:
|
|
29
|
+
type: 'boolean';
|
|
30
30
|
description: string;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
scale: {
|
|
34
|
-
type:
|
|
34
|
+
type: 'string';
|
|
35
35
|
description: string;
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
38
38
|
grid: {
|
|
39
|
-
type:
|
|
39
|
+
type: 'boolean';
|
|
40
40
|
description: string;
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
43
|
gridSize: {
|
|
44
|
-
type:
|
|
44
|
+
type: 'string';
|
|
45
45
|
description: string;
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
font: {
|
|
49
|
-
type:
|
|
49
|
+
type: 'string';
|
|
50
50
|
description: string;
|
|
51
51
|
};
|
|
52
52
|
basePdf: {
|
|
53
|
-
type:
|
|
53
|
+
type: 'string';
|
|
54
54
|
description: string;
|
|
55
55
|
};
|
|
56
56
|
noAutoFont: {
|
|
57
|
-
type:
|
|
57
|
+
type: 'boolean';
|
|
58
58
|
description: string;
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
61
|
verbose: {
|
|
62
|
-
type:
|
|
62
|
+
type: 'boolean';
|
|
63
63
|
alias: string;
|
|
64
64
|
description: string;
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
67
67
|
json: {
|
|
68
|
-
type:
|
|
68
|
+
type: 'boolean';
|
|
69
69
|
description: string;
|
|
70
70
|
default: boolean;
|
|
71
71
|
};
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
declare const _default: import("citty").CommandDef<{
|
|
2
2
|
file: {
|
|
3
|
-
type:
|
|
3
|
+
type: 'positional';
|
|
4
4
|
description: string;
|
|
5
5
|
required: boolean;
|
|
6
6
|
};
|
|
7
7
|
output: {
|
|
8
|
-
type:
|
|
8
|
+
type: 'string';
|
|
9
9
|
alias: string;
|
|
10
10
|
description: string;
|
|
11
11
|
};
|
|
12
12
|
grid: {
|
|
13
|
-
type:
|
|
13
|
+
type: 'boolean';
|
|
14
14
|
description: string;
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
17
|
gridSize: {
|
|
18
|
-
type:
|
|
18
|
+
type: 'string';
|
|
19
19
|
description: string;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
scale: {
|
|
23
|
-
type:
|
|
23
|
+
type: 'string';
|
|
24
24
|
description: string;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
pages: {
|
|
28
|
-
type:
|
|
28
|
+
type: 'string';
|
|
29
29
|
description: string;
|
|
30
30
|
};
|
|
31
31
|
verbose: {
|
|
32
|
-
type:
|
|
32
|
+
type: 'boolean';
|
|
33
33
|
alias: string;
|
|
34
34
|
description: string;
|
|
35
35
|
default: boolean;
|
|
36
36
|
};
|
|
37
37
|
json: {
|
|
38
|
-
type:
|
|
38
|
+
type: 'boolean';
|
|
39
39
|
description: string;
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
declare const _default: import("citty").CommandDef<{
|
|
2
2
|
file: {
|
|
3
|
-
type:
|
|
3
|
+
type: 'positional';
|
|
4
4
|
description: string;
|
|
5
5
|
required: boolean;
|
|
6
6
|
};
|
|
7
7
|
verbose: {
|
|
8
|
-
type:
|
|
8
|
+
type: 'boolean';
|
|
9
9
|
alias: string;
|
|
10
10
|
description: string;
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
13
|
json: {
|
|
14
|
-
type:
|
|
14
|
+
type: 'boolean';
|
|
15
15
|
description: string;
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
declare const _default: import("citty").CommandDef<{
|
|
2
2
|
file: {
|
|
3
|
-
type:
|
|
3
|
+
type: 'positional';
|
|
4
4
|
description: string;
|
|
5
5
|
required: boolean;
|
|
6
6
|
};
|
|
7
7
|
verbose: {
|
|
8
|
-
type:
|
|
8
|
+
type: 'boolean';
|
|
9
9
|
alias: string;
|
|
10
10
|
description: string;
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
13
|
json: {
|
|
14
|
-
type:
|
|
14
|
+
type: 'boolean';
|
|
15
15
|
description: string;
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
18
|
strict: {
|
|
19
|
-
type:
|
|
19
|
+
type: 'boolean';
|
|
20
20
|
description: string;
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
package/dist/index.js
CHANGED
|
@@ -2242,7 +2242,7 @@ var pdf2size_default = defineCommand({
|
|
|
2242
2242
|
});
|
|
2243
2243
|
//#endregion
|
|
2244
2244
|
//#region src/version.ts
|
|
2245
|
-
var CLI_VERSION = "6.1.
|
|
2245
|
+
var CLI_VERSION = "6.1.13-dev.1";
|
|
2246
2246
|
//#endregion
|
|
2247
2247
|
//#region src/commands/doctor.ts
|
|
2248
2248
|
var doctorArgs = {
|