//! Find all git repositories visible in the MFT search index.
//!
// repo[impl examples.rs-files]
//! Uses `<.git>` (exact terminal-segment match) so it returns exact `.git`
//! directories without matching `.gitignore`, `.github`, `project.git`, etc.
//!
//! # Usage
//!
//! ```bash
//! cargo run --example query_git_repos
//! ```
//!
//! Requires a synced MFT index. Run `teamy-mft sync` first if needed.
use QueryArgs;