aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups/stdin_args.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(res): add Confirmer resource and stdin args setup魏曹先生2 days1-0/+82
Add Confirmer with cached confirmation state and predicate-based parsing for yes/no and true/false inputs. Add ConfirmerSetup to register the resource and auto-confirm when skip mode is enabled. Add StandardInputArgsSetup to read piped stdin as appended arguments. Reorganize module exports in res and setups.