Desmond Cox
c4a8fdf0f3
fix(cli): handle folders with single quotes ( #15283 )
...
* fix(cli): handle folders with single quotes
* fix(cli): skip single quote test on Windows
* fix(cli): support double quote and backtick as well
2025-01-12 15:44:51 +00:00
Jonathan Jogenfors
b7dcc97712
fix(cli): allow special characters in paths ( #13282 )
...
* fix(cli): commas in import paths
* adding more test cases
2024-10-09 18:15:50 +02:00
Feng Kaiyu
4cb165304b
fix(cli): handle patterns correctly on Windows ( #10430 )
...
Modify the handling of patterns in the `crawl` function to correctly
convert the current path to a pattern when it contains backslash on
Windows, in according to fast-glob's docs.
2024-06-21 17:09:02 -07:00
Mert
c14a2eda5d
fix(cli): --ignore getting ignored ( #9071 )
2024-04-25 10:48:17 -04:00
Jason Rasmussen
db744f500b
refactor(cli): crawl service ( #8190 )
2024-03-22 10:30:24 -04:00