manta-cli 2.0.0-beta.36

Another CLI for ALPS
1
2
3
4
5
6
7
8
9
//! Helpers used only by the CLI binary.

pub mod app_context;
pub mod authentication;
pub mod clap_ext;
pub mod config;
pub mod confirm;
pub mod hooks;
pub mod multi_line;