Stop binary from printing to terminal
1 files changed, 3 insertions(+), 0 deletions(-) M src/main.rs
M src/main.rs => src/main.rs +3 -0
@@ 13,6 13,9 @@ mod response; use response::Response; /// Coil is a Curl-like client for the Gemini web protocol. /// /// Send a request to a gemini server. Print the response header to the stdout. /// If the response is SUCCESS and the mimetype is text, the body is also print to stdout. #[derive(Clap)] #[clap(version = "0.1", author = "Andrew Thorp. <andrew.thorp.dev@gmail.com>")] #[clap(setting = AppSettings::ColoredHelp)]