add cli args to disable file upload
This commit is contained in:
parent
3ca89291dc
commit
e17b26994f
1 changed files with 3 additions and 0 deletions
|
@ -59,4 +59,7 @@ pub struct Args {
|
|||
|
||||
#[clap(long, env="MICROBIN_WIDE")]
|
||||
pub wide: bool,
|
||||
|
||||
#[clap(short, long, env="MICROBIN_NO_FILE_UPLOAD")]
|
||||
pub no_file_upload: bool,
|
||||
}
|
Loading…
Reference in a new issue