#[derive(CLI)]
{
// Attributes available to this derive:
#[help]
#[named]
#[flag]
#[optional]
#[variadic]
}
#[derive(CLI)]
{
// Attributes available to this derive:
#[help]
#[named]
#[flag]
#[optional]
#[variadic]
}