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 cat2text::{self, anybase, core};
|
||||||
use clap::{CommandFactory, Parser, Subcommand};
|
use clap::{CommandFactory, Parser, Subcommand};
|
||||||
use clap_complete::aot::{generate, Bash, Fish, PowerShell, Zsh};
|
use clap_complete::aot::{generate, Bash, Fish, PowerShell, Zsh};
|
||||||
use std::{
|
use std::{io::stdout, time::Instant};
|
||||||
io::stdout,
|
|
||||||
time::Instant,
|
|
||||||
};
|
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[command(version, about, long_about = None)]
|
#[command(version, about, long_about = None)]
|
||||||
|
|
|
@ -4,4 +4,4 @@ mod cli;
|
||||||
fn main() {
|
fn main() {
|
||||||
#[cfg(feature = "bin")]
|
#[cfg(feature = "bin")]
|
||||||
cli::run()
|
cli::run()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue