Skip to main content

indexes_from_args

Function indexes_from_args 

Source
pub fn indexes_from_args(
    default_index: Option<&Maybe<Index>>,
    index: Option<&[Vec<Maybe<Index>>]>,
) -> Option<Vec<Index>>
Expand description

Extract the --index and --default-index values from IndexArgs.