feat: adding gif
This commit is contained in:
BIN
assets/demo.gif
Normal file
BIN
assets/demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 631 KiB |
@@ -109,7 +109,7 @@ async fn main() -> anyhow::Result<()> {
|
|||||||
|
|
||||||
write_changes(&noil_content).await?;
|
write_changes(&noil_content).await?;
|
||||||
|
|
||||||
todo!()
|
//todo!()
|
||||||
}
|
}
|
||||||
Some(Commands::Fmt {}) => {
|
Some(Commands::Fmt {}) => {
|
||||||
let mut stdin = tokio::io::stdin();
|
let mut stdin = tokio::io::stdin();
|
||||||
@@ -229,7 +229,8 @@ async fn get_outputs(path: &Path, no_color: bool) -> anyhow::Result<String> {
|
|||||||
if no_color {
|
if no_color {
|
||||||
prefix
|
prefix
|
||||||
} else if let Some(suffix) = prefix.strip_prefix(individual_prefix) {
|
} else if let Some(suffix) = prefix.strip_prefix(individual_prefix) {
|
||||||
&format!("*{individual_prefix}*{suffix}")
|
//&format!("*{individual_prefix}*{suffix}")
|
||||||
|
&format!("{individual_prefix}{suffix}")
|
||||||
} else {
|
} else {
|
||||||
prefix
|
prefix
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user