Index: Add option to remove /client help
fixes #7 Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
78f8398382
commit
c8637b04dd
5 changed files with 28 additions and 5 deletions
|
|
@ -67,6 +67,10 @@ pub struct Args {
|
|||
/// Binary uploads file size limit (in MiB)
|
||||
#[clap(short, long, default_value_t = 100)]
|
||||
binary_upload_limit: i32,
|
||||
|
||||
/// Include client description
|
||||
#[clap(short, long, env)]
|
||||
client_desc: bool,
|
||||
}
|
||||
|
||||
pub fn get_parsed_args() -> Args {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue