tracking observe calls

This commit is contained in:
lda
2026-04-29 00:29:34 +07:00 Verified
parent 051c6d8900
commit 76982195ab
2 changed files with 19 additions and 2 deletions
+2 -2
View File
@@ -244,10 +244,10 @@ pub struct StateStatsArgs {
// not the greatest thing ive used, this and the migration code gets deleted shortly anyways
#[derive(Args)]
pub struct ImportSledStateArgs {
#[arg(long)]
#[arg(long, visible_alias = "from")]
pub from_sled_state: PathBuf,
#[arg(long)]
#[arg(long, visible_alias = "to")]
pub to_state_file: PathBuf,
#[arg(long)]