[][src]Function flaggy::take_required

pub fn take_required<T>(vs: Vec<T>) -> Result<T, ValueError>

Take a single required flag value from a list of values. Generally this should not be called directly, instead being used via #[command_callback].