robin_cli_tool 1.3.0

A CLI tool to run scripts for any project
Documentation
1
2
3
4
5
6
7
8
9
mod command_utils;
mod env_file;
mod notifications;
mod update_check;

pub use command_utils::{replace_variables, split_command_and_args};
pub use env_file::load_env_file;
pub use notifications::send_notification;
pub use update_check::check_for_update;