//! litecli - sqlite CLI with auto-completion
//!
//! litecli is a command line interface for SQLite with auto-completion
//! and syntax highlighting.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;