make config file globbing optional

This commit is contained in:
Robin Appelman 2021-06-24 15:23:48 +02:00
commit 5cb1eb8e27
3 changed files with 12 additions and 5 deletions

View file

@ -7,7 +7,7 @@ use std::iter::once;
use std::path::PathBuf;
use thiserror::Error;
pub use nc::parse;
pub use nc::{parse, parse_glob};
use std::fmt::{Display, Formatter};
#[derive(Debug)]