robin_cli_tool 1.3.0

A CLI tool to run scripts for any project
Documentation
1
2
3
4
5
6
mod script_runner;

pub use script_runner::{
    command_lines, interactive_mode, list_commands, resolve_task_command, run_script,
    run_script_in,
};