cli: set name

This commit is contained in:
🪞👃🪞 2025-04-26 18:10:03 +03:00
parent cc94b3485e
commit 5d72a1f90e

View file

@ -8,7 +8,7 @@ pub fn main () -> Usually<()> {
}
#[derive(Debug, Parser)]
#[command(version, about = Some(HEADER), long_about = Some(HEADER))]
#[command(name = "tek", version, about = Some(HEADER), long_about = Some(HEADER))]
pub struct Cli {
/// Pre-defined configuration modes.
///