rename + final ui design
All checks were successful
Version Check / check-version (pull_request) Successful in 2s

This commit is contained in:
2026-03-16 17:41:22 +01:00
parent 253c69363d
commit a274938368
8 changed files with 131 additions and 90 deletions

View File

@@ -2,7 +2,7 @@ use clap::Parser;
use std::path::PathBuf;
#[derive(Parser, Debug)]
#[command(author, version, about = "TUI tool to generate and edit configuration files (.env, json, yaml, toml)")]
#[command(author, version, about = "mould: A TUI tool to generate and edit configuration files (.env, json, yaml, toml)")]
pub struct Cli {
/// The input template file (e.g., .env.example, config.json.template, docker-compose.yml)
pub input: PathBuf,