1 2 3 4 5
use atuin_client::settings::Settings; pub fn run() { println!("{}", Settings::example_config()); }