Added a small note for later on git's behaviour

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
alexis-opolka 2025-05-06 09:10:12 +02:00
parent 75eb558198
commit 0a87eaf100

View file

@ -31,5 +31,9 @@ pub fn main(name: Option<String>) -> Result<()> {
// TODO: Sanitize the cheatsheet folder of any file that is not a cheat file
// Ref: https://github.com/denisidoro/navi/issues/733
// Note for later, git considers the files as deleted
// maybe we should sanitize the repo before doing the actual pull and then
// reintegrate the logic found in repo/add.rs ?
Ok(())
}