genfile 0.6.0

CLI for genfile_core template archive management - create, manage, and materialize code generation templates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# src/handlers/

Command handler implementations — one file per command domain.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| mod.rs | Handler module declarations and public re-exports |
| shared_state.rs | Thread-local archive state shared across handlers |
| archive.rs | Archive lifecycle command handlers |
| file.rs | File add, remove, and list command handlers |
| value.rs | Template value set, get, and list command handlers |
| parameter.rs | Parameter define, list, and validate command handlers |
| content.rs | Content transformation command handlers |
| materialize.rs | Template materialization command handler |
| pack.rs | Archive pack and unpack command handlers |
| analysis.rs | Archive analysis and inspection command handlers |