Function hisho_core::build_tool::resolve_files_from_globs
source · pub fn resolve_files_from_globs(globs: &Vec<String>) -> Vec<String>
Expand description
Resolve a list of globs into a list of file paths
The list of globs is resolved using the globs crate.
Arguments
globs
- The list of globs to resolve