Y6GVVSZYNCJLJBXH6ANRKCN6VPWTWDU54FAW2LSJIS4LPHKYMTYQC
Q4SVMHAEZQQCBFGPJMWS5H4VXB2HFQREZ3AWGOHFWHLFARUQVPBAC
YWRFRDGUWK4GKNZ6L72VX76UOSSRORB5DNFJP27B2CTIE5K3P7LAC
QUMQPF6LCBCFAWQ262UYGIWF53YTAUWEGMWKVL22GSLVJ5HWJDFQC
SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC
#[clap(name = "rename", allow_missing_positional = true)]
/// Name of source channel, if [TO] is not specified, acts as TO from: String,
/// Name of source channel, if [TO] is not specified, acts as TO
from: String,
/// Name of the channel to be renamed. Defaults to current channel. from: Option<String>,
/// Name of the channel to be renamed. Defaults to current channel.
from: Option<String>,
to: Option<String>,
to: String,
#[clap(name = "rename", allow_missing_positional = true)] Rename { from: Option<String>, to: String },
Rename { from: Option<String>, to: String },