Closed kirankumarmanku closed 1 year ago
There's one more bug I found. If we have multiple globs as separate strings in the list, only first part is considered for the pattern. We should use nargs argument to process all patterns.
globs
nargs
@karthiknadig , found one more minor issue. Can you review this too?
@karthiknadig , can we make sure this bug fix also will be included in today's pre-release build?
There's one more bug I found. If we have multiple
globs
as separate strings in the list, only first part is considered for the pattern. We should usenargs
argument to process all patterns.