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 single file option #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add single file option #357

wants to merge 1 commit into from

Conversation

Louey11
Copy link

@Louey11 Louey11 commented Apr 8, 2024

trying to add single file option

Testing done

Submitter checklist

Preview Give feedback

@romain-dartigues
Copy link

Refs: #369

@@ -35,6 +35,7 @@ public class ReportBuilder {
private static final String GENERATE_COMMAND = "generate";
private static final String OUTPUT_DIR_OPTION = "-o";
private static final String CLEAN_OPTION = "-c";
private static final String SINGLE_FILE_OPTION = "--single-file"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private static final String SINGLE_FILE_OPTION = "--single-file"
private static final String SINGLE_FILE_OPTION = "--single-file";

Comment on lines +99 to +100
if (SINGLE_FILE_OPTION != null){
arguments.add(SINGLE_FILE_OPTION)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (SINGLE_FILE_OPTION != null){
arguments.add(SINGLE_FILE_OPTION)
if (SINGLE_FILE_OPTION != null) {
arguments.add(SINGLE_FILE_OPTION);

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

Successfully merging this pull request may close these issues.

3 participants