//! Module: sns::commands::spec::values::list
//!
//! Responsibility: clap value enum for SNS list sorting.
//! Does not own: SNS list report sorting or command runtime behavior.
//! Boundary: converts CLI sort values into report-model sort values.
use crateSnsListSort;
use ValueEnum;
///
/// SnsListSortArg
///
/// Command-local clap value accepted by `icq sns list --sort`.
///
pub