Skip to content
Snippets Groups Projects
Commit 1cdac5dd authored by Robin Appelman's avatar Robin Appelman
Browse files

enable colored --help output


Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent c44b9dab
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,10 @@ use std::fmt::{Display, Formatter};
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
use std::path::{Path, PathBuf};
use std::str::FromStr;
use structopt::StructOpt;
use structopt::{clap::AppSettings, StructOpt};
#[derive(StructOpt, Debug)]
#[structopt(global_setting = AppSettings::ColoredHelp)]
#[structopt(name = "notify_push")]
pub struct Opt {
/// The database connect url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment