Module nri::cli [-] [+] [src]

CLI interface to view and control running services

Reexports

use std::prelude::v1::*;
use super::comms::{Controllable, CmdFrom};
use std::io;
use std::io::{BufRead, Write};
use std::process::Command;
use std::sync::mpsc::{channel, Sender};

Structs

CLI

Controllable struct for the CLI