7 lines
167 B
Rust
7 lines
167 B
Rust
// how ahab was invoked, handed to everything that runs commands or writes files
|
|
pub struct Ctx {
|
|
pub verbose: bool,
|
|
pub dry_run: bool,
|
|
pub quiet: bool,
|
|
}
|