// 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, }