Skip to main content

complete_files_from_glob

Function complete_files_from_glob 

Source
pub fn complete_files_from_glob(prefix: &str, pattern: &str) -> Vec<String>
Expand description

Infer allowed extensions from a glob pattern ("*.csv", "*.{rs,toml}") and delegate to complete_files_with_ext.