mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-25 00:36:22 +02:00
fix(cli): use Cargo.toml version instead of hardcoded
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
1b9004f88e
commit
3fb6a77bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use vestige_core::{IngestInput, Storage};
|
|||
#[derive(Parser)]
|
||||
#[command(name = "vestige")]
|
||||
#[command(author = "samvallad33")]
|
||||
#[command(version = "1.0.0")]
|
||||
#[command(version = env!("CARGO_PKG_VERSION"))]
|
||||
#[command(about = "CLI for the Vestige cognitive memory system")]
|
||||
#[command(long_about = "Vestige is a cognitive memory system based on 130 years of memory research.\n\nIt implements FSRS-6, spreading activation, synaptic tagging, and more.")]
|
||||
struct Cli {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue