Update CLI info

This commit is contained in:
Harrison Burt 2022-03-30 22:59:44 +01:00
parent 7aed4729b9
commit 0b3d0965ff
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "lust" name = "lust"
version = "2.0.0" version = "2.0.0"
authors = ["Harrison Burt <57491488+ChillFish8@users.noreply.github.com>"] authors = ["Harrison Burt <hburt2003@gmail.com>"]
edition = "2021" edition = "2021"
documentation = "getting-started.md" documentation = "getting-started.md"
readme = "README.md" readme = "README.md"

View File

@ -32,6 +32,7 @@ extern crate tracing;
#[derive(Debug, Parser)] #[derive(Debug, Parser)]
#[clap(author, version, about)]
pub struct ServerConfig { pub struct ServerConfig {
#[clap(short, long, env, default_value = "127.0.0.1")] #[clap(short, long, env, default_value = "127.0.0.1")]
/// The binding host address of the server. /// The binding host address of the server.