Add note add command

This commit is contained in:
Joscha 2025-05-03 16:36:58 +02:00
parent 3390526522
commit e2436328b7
5 changed files with 41 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pub mod data;
pub mod ids;
mod repo;
pub mod repo;
pub const PROPER_NAME: &str = "GedächtNAS";
pub const TECHNICAL_NAME: &str = "gedaechtnas";

View file

@ -7,7 +7,7 @@ use anyhow::{anyhow, bail};
use git2::{Commit, ErrorCode, Oid, Reference, Repository};
use jiff::Zoned;
pub use self::v1::{Repo, VERSION};
pub use self::v1::{Note, Repo, VERSION};
const VERSION_FILE: &str = "VERSION";