Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Nov 19, 2024
1 parent b11b196 commit 47bc681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// crates.io
use anyhow::Result;
use clap::{
builder::{
styling::{AnsiColor, Effects},
Expand All @@ -8,6 +7,8 @@ use clap::{
Parser,
};
use tracing_subscriber::{reload::Handle, EnvFilter, Registry};
// self
use crate::prelude::*;

/// Cli.
#[derive(Debug, Parser)]
Expand Down

0 comments on commit 47bc681

Please sign in to comment.