forked from Deuxfleurs/garage
document garage crate
This commit is contained in:
parent
1e3df189d0
commit
5c4b2cec3c
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
#![deny(missing_crate_level_docs, missing_docs)]
|
||||
#![recursion_limit = "1024"]
|
||||
//! Garage CLI, used to interact with a running Garage instance, and to launch a Garage
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
@ -25,7 +27,7 @@ use cli::*;
|
|||
|
||||
#[derive(StructOpt, Debug)]
|
||||
#[structopt(name = "garage")]
|
||||
pub struct Opt {
|
||||
struct Opt {
|
||||
/// RPC connect to this host to execute client operations
|
||||
#[structopt(short = "h", long = "rpc-host", default_value = "127.0.0.1:3901")]
|
||||
pub rpc_host: SocketAddr,
|
||||
|
|
Loading…
Reference in a new issue