chore: format
This commit is contained in:
parent
dc128013ff
commit
116c397118
2 changed files with 2 additions and 5 deletions
|
@ -2,10 +2,7 @@
|
|||
use cat2text::{self, anybase, core};
|
||||
use clap::{CommandFactory, Parser, Subcommand};
|
||||
use clap_complete::aot::{generate, Bash, Fish, PowerShell, Zsh};
|
||||
use std::{
|
||||
io::stdout,
|
||||
time::Instant,
|
||||
};
|
||||
use std::{io::stdout, time::Instant};
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(version, about, long_about = None)]
|
||||
|
|
|
@ -4,4 +4,4 @@ mod cli;
|
|||
fn main() {
|
||||
#[cfg(feature = "bin")]
|
||||
cli::run()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue