bonnie 0.3.2

Simple, cross-platform, and fast command aliases with superpowers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod bones;
mod cache;
mod default_shells;
mod get_cfg;
mod help;
mod init;
mod raw_schema;
mod schema;
mod template;
mod version;

pub use crate::cache::{cache, cache_exists, load_from_cache};
pub use crate::get_cfg::get_cfg;
pub use crate::help::help;
pub use crate::init::init;
pub use crate::raw_schema::Config;
pub use crate::schema::Config as FinalConfig;
pub use crate::version::BONNIE_VERSION;