Expand description
CLI Parser - Command-line argument parsing with clap
This module defines the CLI structure using clap derive macros.
Structs§
- Cli
- Alopex CLI - Command-line interface for Alopex DB
- SqlCommand
- SQL subcommand
Enums§
- Columnar
Command - Columnar subcommands
- Command
- Top-level subcommands
- Distance
Metric - Distance metric for HNSW index
- Hnsw
Command - HNSW subcommands
- Index
Command - Columnar index subcommands
- KvCommand
- KV subcommands
- KvTxn
Command - KV transaction subcommands
- Output
Format - Output format for query results
- Profile
Command - Profile subcommands
- Thread
Mode - Thread mode for database operations
- Vector
Command - Vector subcommands