hyperlane-cli 21.7.1

A command-line tool for Hyperlane framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Available commands
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub enum CommandType {
    /// Watch files using cargo-watch
    Watch,
    /// Create a new project from template
    New,
    /// Generate template components
    Template,
    /// Show help
    Help,
    /// Show version
    Version,
}