misc: initial implementation

This commit is contained in:
hdbg
2025-12-04 18:30:19 +01:00
parent c20f8d6d5f
commit ba079d24b5
6 changed files with 43 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
use clap::{Args, Parser, Subcommand, builder::styling};
use clap::{Parser, Subcommand, builder::styling};
const STYLES: styling::Styles = styling::Styles::styled()
.header(styling::AnsiColor::Green.on_default().bold())