|
|
|
|
|
by matheuspoleza
81 days ago
|
|
nice work. TS + Bun for CLI is the right bet — the DX is so much better than the traditional node + commander setup. curious about your approach to type-safe argument parsing. we've been exploring similar patterns and found that deriving types from the schema definition (instead of manually typing args) eliminates a whole class of bugs. |
|