//! Shared argument shape for the read-only payload commands.
use Args;
/// Read one payload entry, or list the valid names.
///
/// The group makes the either-or explicit to clap, so `rk method` with
/// neither is refused at parse time and `rk usage` can render the
/// alternative in its example.