Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a -r,--recursive option to CLI::FileProcessorCommand #264

Open
postmodern opened this issue Dec 14, 2024 · 1 comment
Open

Add a -r,--recursive option to CLI::FileProcessorCommand #264

postmodern opened this issue Dec 14, 2024 · 1 comment
Labels
command-option A command option feature New Feature idea Random idea

Comments

@postmodern
Copy link
Member

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.

@postmodern postmodern added feature New Feature command-option A command option labels Dec 14, 2024
@postmodern
Copy link
Member Author

Should we even have a -r option, or should ronin grep, etc, behave recursively by default if you give it a directory?

@postmodern postmodern added the idea Random idea label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command-option A command option feature New Feature idea Random idea
Projects
None yet
Development

No branches or pull requests

1 participant