ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 30984dae4a cli: if enabled, parse path arguments as fileset expressions
If this doesn't work out, maybe we can try one of these:
 a. fall back to bare file name if expression doesn't contain any operator-like
    characters (e.g. "f(x" is an error, but "f x" can be parsed as bare string)
 b. introduce command-line flag to opt in (e.g. -e FILESET)
 c. introduce pattern prefix to opt in (e.g. set:FILESET)

Closes #3239, #2915, #2286
2024-04-12 11:36:40 +09:00
..
examples
src cli: if enabled, parse path arguments as fileset expressions 2024-04-12 11:36:40 +09:00
testing
tests cli: if enabled, parse path arguments as fileset expressions 2024-04-12 11:36:40 +09:00
build.rs
Cargo.toml
LICENSE