forked from fastapi/typer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodebook.yaml
More file actions
27 lines (26 loc) · 944 Bytes
/
codebook.yaml
File metadata and controls
27 lines (26 loc) · 944 Bytes
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
required:
feature:
core: "core typer framework — app, command, parameter handling"
cli: "CLI execution, click integration, command resolution"
completion: "shell auto-completion support"
models: "data models — TyperInfo, ParamMeta, options, arguments"
rich: "rich terminal output — help formatting, error display"
testing: "test utilities — CliRunner wrapper"
utils: "general utilities — type resolution, default handling"
typing: "type annotation utilities"
colors: "terminal color support"
type:
command: "CLI command entrypoint"
model: "data structure / class"
parser: "parsing logic"
formatter: "output formatter"
util: "general utility function"
handler: "event/request handler"
runner: "test runner"
resolver: "type/parameter resolver"
optional:
pattern:
error-collection: "collect errors for batch reporting"
level:
error: ""
warning: ""