Add note add command
This commit is contained in:
parent
3390526522
commit
e2436328b7
5 changed files with 41 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue