-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathsacho.toml
More file actions
104 lines (83 loc) · 1.81 KB
/
Copy pathsacho.toml
File metadata and controls
104 lines (83 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[changelog]
path = "CHANGES.md"
title = "Optique changelog"
unreleased-heading = "To be released."
materialize = true
region-detection = "heading"
[fragments]
directory = "changes.d"
next-file = "next"
[links]
"#" = "https://github.com/dahlia/optique/issues/{n}"
[vcs]
preset = "git"
[check]
paths = []
[[sections]]
id = "@optique/core"
directory = "core"
paths = ["packages/core/**"]
[[sections]]
id = "@optique/run"
directory = "run"
paths = ["packages/run/**"]
[[sections]]
id = "@optique/discover"
directory = "discover"
paths = ["packages/discover/**"]
[[sections]]
id = "@optique/config"
directory = "config"
paths = ["packages/config/**"]
[[sections]]
id = "@optique/clack"
directory = "clack"
paths = ["packages/clack/**"]
[[sections]]
id = "@optique/derived-defaults"
directory = "derived-defaults"
paths = ["packages/derived-defaults/**"]
[[sections]]
id = "@optique/env"
directory = "env"
paths = ["packages/env/**"]
[[sections]]
id = "@optique/git"
directory = "git"
paths = ["packages/git/**"]
[[sections]]
id = "@optique/logtape"
directory = "logtape"
paths = ["packages/logtape/**"]
[[sections]]
id = "@optique/man"
directory = "man"
paths = ["packages/man/**"]
[[sections]]
id = "@optique/standard-schema"
directory = "standard-schema"
paths = ["packages/standard-schema/**"]
[[sections]]
id = "@optique/temporal"
directory = "temporal"
paths = ["packages/temporal/**"]
[[sections]]
id = "@optique/valibot"
directory = "valibot"
paths = ["packages/valibot/**"]
[[sections]]
id = "@optique/zod"
directory = "zod"
paths = ["packages/zod/**"]
[[sections]]
id = "@optique/inquirer"
directory = "inquirer"
paths = ["packages/inquirer/**"]
[[sections]]
id = "@optique/prompt"
directory = "prompt"
paths = ["packages/prompt/**"]
[[sections]]
id = "@optique/testing"
directory = "testing"
paths = ["packages/testing/**"]