mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Minor README improvements, alias --non-interactive flag as well
This commit is contained in:
parent
199001ebe9
commit
e0a8147ba5
3 changed files with 59 additions and 53 deletions
|
@ -69,6 +69,7 @@ impl<'a: 'b, 'b> Handler<'a> {
|
|||
.long("no-interact")
|
||||
.short("I")
|
||||
.alias("no-interactive")
|
||||
.alias("non-interactive")
|
||||
.global(true)
|
||||
.help("Not interactive, do not prompt"),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue