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
Add a -r, --recursive option to CLI::FileProcessorCommand. It should allow giving directory paths as arguments, in addition to file arguments, and recursively processing each file in each directory. This will automatically add the -r,--recursive option to every command which inherits from FileProcessorCommand.
The text was updated successfully, but these errors were encountered:
Add a
-r
,--recursive
option toCLI::FileProcessorCommand
. It should allow giving directory paths as arguments, in addition to file arguments, and recursively processing each file in each directory. This will automatically add the-r
,--recursive
option to every command which inherits fromFileProcessorCommand
.The text was updated successfully, but these errors were encountered: