feat: add const NAME
Some checks failed
Test / build (map[name:stable]) (push) Successful in 3m5s
Test / build (map[name:nightly]) (push) Successful in 6m56s
Release Please / Release-plz (push) Failing after 15s

This commit is contained in:
Paul Campbell 2024-11-29 14:31:40 +00:00
parent d5055c50cc
commit 9659319f4c

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 {