zinit 0.3.6

Process supervisor with dependency management
Documentation
1
2
3
4
5
6
//! CLI module for zinit client.

pub mod args;
pub mod commands;

pub use args::{Cli, Commands, XinetCommands};