plandex load
with --recursive / -r
flag should be tolerant of trailing slash in directory path
#157
Labels
plandex load
with --recursive / -r
flag should be tolerant of trailing slash in directory path
#157
Currently
plandex load src -r
is working, butplandex load src/ -r
is not.I think all that should be required is to normalize the path by removing any trailing slashes prior to loading.
The text was updated successfully, but these errors were encountered: