Commit 6da350d0 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

change clap name

parent 3963dd58
......@@ -6,7 +6,7 @@ use crate::{
};
#[derive(Parser)]
#[command(author, version, about, long_about = None)]
#[command(name = "tenjin",author, version, about, long_about = None)]
struct Cli {
#[command(subcommand)]
command: Commands,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment