transformer icon indicating copy to clipboard operation
transformer copied to clipboard

Are USAGE and HELP command line return codes correct?

Open tbitonti opened this issue 2 years ago • 1 comments

Ref:

/org.eclipse.transformer.cli/src/main/java/org/eclipse/transformer/cli/TransformerCLI.java

	// TODO: Are the USAGE and HELP return codes correct?

	if ((getArgs().length == 0) || hasOption(AppOption.USAGE)) {
		usage(getSystemOut());
		return logResult(ResultCode.SUCCESS_RC);
	} else if (hasOption(AppOption.HELP)) {
		help(getSystemOut());
		return logResult(ResultCode.SUCCESS_RC);
	}

tbitonti avatar May 23 '22 14:05 tbitonti

This seems related to #295.

bjhargrave avatar May 24 '22 14:05 bjhargrave

This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. If you feel this is something you could contribute, please have a look at our Contributor Guide. Thank you for your contribution.

github-actions[bot] avatar May 25 '23 02:05 github-actions[bot]

This issue has been automatically closed due to inactivity. If you can reproduce this or if you have a good use case for this feature, please feel free to reopen the issue with steps to reproduce, a quick explanation of your use case or a high-quality pull request.

github-actions[bot] avatar Jun 15 '23 02:06 github-actions[bot]