party 0.3.1

A command execution automator
Documentation
1
2
3
4
5
6
7
8
9
10
//! party
#![warn(missing_docs)]

pub mod cli;
pub mod cli_commands;
pub mod parser;
pub mod party_command;
pub mod runner;
pub mod schdeuler;
pub mod util;