pub fn complete_files_from_glob(prefix: &str, pattern: &str) -> Vec<String>
Infer allowed extensions from a glob pattern ("*.csv", "*.{rs,toml}") and delegate to complete_files_with_ext.
"*.csv"
"*.{rs,toml}"
complete_files_with_ext