maproom 0.1.0

Semantic code search powered by embeddings and SQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! CLI command implementations for Maproom.
//!
//! This module provides command-line interface functionality
//! for managing various aspects of the Maproom system.

pub mod cache;
pub mod clean_ignored;
pub mod format;

pub use cache::CacheCommand;
pub use format::OutputFormat;