Skip to content

Commit feddaeb

Browse files
starsepo2sh
andauthored
Update src/cli.rs
Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
1 parent b721000 commit feddaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cli.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ const COLOR_RESOLUTIONS: [&str; 5] = ["16", "32", "64", "128", "256"];
2323
pub const NO_BOTS_DEFAULT_REGEX_PATTERN: &str = r"(?:-|\s)[Bb]ot$|\[[Bb]ot\]";
2424

2525
const STYLES: Styles = Styles::styled()
26-
.header(AnsiColor::Yellow.on_default().effects(Effects::BOLD))
27-
.usage(AnsiColor::Green.on_default().effects(Effects::BOLD))
28-
.literal(AnsiColor::Green.on_default().effects(Effects::BOLD))
26+
.header(AnsiColor::Yellow.on_default())
27+
.usage(AnsiColor::Green.on_default())
28+
.literal(AnsiColor::Green.on_default())
2929
.placeholder(AnsiColor::Green.on_default());
3030

3131
#[derive(Clone, Debug, Parser, PartialEq, Eq)]

0 commit comments

Comments
 (0)