feat: add const NAME
This commit is contained in:
parent
d5055c50cc
commit
9659319f4c
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue