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

Support for specifying output path for generated files #669

Open
rikrdo89 opened this issue Jun 3, 2024 · 1 comment
Open

Support for specifying output path for generated files #669

rikrdo89 opened this issue Jun 3, 2024 · 1 comment

Comments

@rikrdo89
Copy link

rikrdo89 commented Jun 3, 2024

I did not see in the docs that there is a way to specify the output path where to save the different generated files (rmlint.sh, rmlint.json, etc) ? Currently when running rmlint, those files are save in the current path.

@MAProsper
Copy link

If you don't specify any output, it defaults to this:

-o sh:rmlint.sh -o pretty:stdout -o summary:stdout -o json:rmlint.json

If you only want the sh script and in a different path, you can specify:

-o sh:/path/for/the/script

For more information check the -o / --output option in the manual.

Note: I'm just a user, not a contributor or maintainer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants