//! choose - human-friendly cut/awk alternative
//!
//! Choose is a human-friendly and fast alternative to cut and (sometimes) awk.
//! It allows selecting fields from lines with simple syntax.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;