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