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

change clap name

parent 3963dd58
...@@ -6,7 +6,7 @@ use crate::{ ...@@ -6,7 +6,7 @@ use crate::{
}; };
#[derive(Parser)] #[derive(Parser)]
#[command(author, version, about, long_about = None)] #[command(name = "tenjin",author, version, about, long_about = None)]
struct Cli { struct Cli {
#[command(subcommand)] #[command(subcommand)]
command: Commands, 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