cargo_swift/console/
config.rs

1pub struct Config {
2    pub silent: bool,
3    pub accept_all: bool,
4}