Skip to content

Commit fb71daa

Browse files
committed
fix(main): remove non-functional --redirect-https CLI flag
1 parent 95c6aca commit fb71daa

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/main.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,6 @@ async fn main() {
140140
.about("Private front-end for Reddit written in Rust ")
141141
.arg(Arg::new("ipv4-only").short('4').long("ipv4-only").help("Listen on IPv4 only").num_args(0))
142142
.arg(Arg::new("ipv6-only").short('6').long("ipv6-only").help("Listen on IPv6 only").num_args(0))
143-
.arg(
144-
Arg::new("redirect-https")
145-
.short('r')
146-
.long("redirect-https")
147-
.help("Redirect all HTTP requests to HTTPS (no longer functional)")
148-
.num_args(0),
149-
)
150143
.arg(
151144
Arg::new("address")
152145
.short('a')

0 commit comments

Comments
 (0)