You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am really enjoying this tool, but I recently found that it lacks a -r recursive option.
Currently, it seems I can either:
Parse all the project files
Parse a specific file (or files, using wildcards *)
But if I want to parse only a specific folder and all its sub-folders and files in it, that doesn't seem possible. In many CLI tools this is often achievable with a -r option (for example: cp -r /some/sub/folder) thus I think it would be nice to have this for ts-auto-guard too.
The text was updated successfully, but these errors were encountered:
Hi! I am really enjoying this tool, but I recently found that it lacks a
-r
recursive option.Currently, it seems I can either:
*
)But if I want to parse only a specific folder and all its sub-folders and files in it, that doesn't seem possible. In many CLI tools this is often achievable with a
-r
option (for example:cp -r /some/sub/folder
) thus I think it would be nice to have this for ts-auto-guard too.The text was updated successfully, but these errors were encountered: