mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Revert "fix(main): update clap args to fix invalidvalue check"
This reverts commit b51a7a346d
.
This commit is contained in:
parent
b51a7a346d
commit
78aa92a171
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@ async fn main() {
|
|||
.arg(
|
||||
Arg::new("no-https-verification")
|
||||
.long("no-https-verification")
|
||||
.help("Disables HTTPS certificate verification between the instance and reddit. This can be useful to debug the HTTPS connection with an HTTPS sniffer. Only works when the 'no-https-verification' feature is enabled at compile time."),
|
||||
.help("Disables HTTPS certificate verification between the instance and reddit. This can be useful to debug the HTTPS connection with an HTTPS sniffer. Only works when the 'no-https-verification' feature is enabled at compile time.")
|
||||
.num_args(0),
|
||||
);
|
||||
let matches = cmd.get_matches_mut();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue