Implementiere farbige Terminal-Ausgabe
- Fügt colored Crate hinzu für bessere visuelle Unterscheidung - Grün: erfolgreiche Umbenennungen - Gelb: Dry-run Modus - Rot: Fehlermeldungen - Cyan/Bold: Statistik-Zusammenfassung - Neues --no-color Flag zum Deaktivieren - Automatische Farberkennung via is_terminal() - Behebt ungenutzten warn Import - Aktualisiert Integration-Tests auf neues cargo_bin! Makro Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b9f8e9592e
commit
0f61e0fbd9
5 changed files with 75 additions and 27 deletions
|
|
@ -40,4 +40,8 @@ pub struct Cli {
|
|||
/// Auch symbolische Links und Special Files verarbeiten
|
||||
#[clap(long)]
|
||||
pub special: bool,
|
||||
|
||||
/// Deaktiviert farbige Ausgabe
|
||||
#[clap(long)]
|
||||
pub no_color: bool,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue