feat: add const NAME

This commit is contained in:
Paul Campbell 2024-11-29 14:31:40 +00:00
parent ed263af5a9
commit 8bf294743d

View file

@ -6,6 +6,8 @@ use kxio::{fs::FileSystem, net::Net};
mod macros; mod macros;
pub const NAME: &str = "trello-to-deck";
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
#[clap(version = clap::crate_version!(), author = clap::crate_authors!(), about = clap::crate_description!())] #[clap(version = clap::crate_version!(), author = clap::crate_authors!(), about = clap::crate_description!())]
struct Commands { struct Commands {