jj/cli
Yuya Nishihara 528ccb318e fileset: fall back to bare pattern/string if no operator-like character found
While I like strict parsing, it's not uncommon that we have to deal with file
names containing spaces, and doubly-quoted strings such as '"Foo Bar"' look
ugly. So, this patch adds an exception that accepts top-level bare strings.
This parsing rule is specific to command arguments, and won't be enabled when
loading fileset aliases.
2024-04-24 12:02:07 +09:00
..
examples
src fileset: fall back to bare pattern/string if no operator-like character found 2024-04-24 12:02:07 +09:00
testing
tests
build.rs
Cargo.toml
LICENSE