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