robin_cli_tool 1.1.0

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

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