feat: Added new check command.

This commit is contained in:
2025-11-06 17:11:35 -05:00
parent c9c34ce771
commit cbd74f387e
5 changed files with 138 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ var scanCmd = &cobra.Command{
return err
}
files, err := db.Scan()
files, err := db.Scan(nil)
if err != nil {
return err
}