mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
make config file globbing optional
This commit is contained in:
parent
26a212cb9b
commit
5cb1eb8e27
3 changed files with 12 additions and 5 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue