Add streak and done to info output
This commit is contained in:
@ -151,6 +151,8 @@ impl HabitMgr
|
|||||||
println!("Active Days: {}", habit.active_days_string());
|
println!("Active Days: {}", habit.active_days_string());
|
||||||
println!("Bad: {}", habit.get_bad());
|
println!("Bad: {}", habit.get_bad());
|
||||||
println!("Weight: {}", habit.get_priority());
|
println!("Weight: {}", habit.get_priority());
|
||||||
|
println!("Done: {}", habit.get_done());
|
||||||
|
println!("Streak: {}", habit.get_streak());
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn modify(&mut self, id:usize,
|
pub fn modify(&mut self, id:usize,
|
||||||
|
Reference in New Issue
Block a user