mattcasters opened a new issue, #8292:
URL: https://github.com/apache/hop/issues/8292
### Apache Hop version?
2.20.0
### Java version?
OpenJDK 21
### Operating system
Linux
### What happened?
The new `-im` option in projects collides with `-im` as the
`--include-metadata` option for the documentation plugin.
```
Exception in thread "main"
picocli.CommandLine$DuplicateOptionAnnotationsException: Option name '-im' is
used by both field boolean
org.apache.hop.projects.config.ProjectsOptionPlugin.inMemory and field boolean
org.apache.hop.documentation.DocBuilder.includingMetadata
at
picocli.CommandLine$DuplicateOptionAnnotationsException.create(CommandLine.java:18739)
at
picocli.CommandLine$DuplicateOptionAnnotationsException.access$2900(CommandLine.java:18733)
at
picocli.CommandLine$Model$CommandSpec.addOption(CommandLine.java:6790)
at
picocli.CommandLine$Model$CommandSpec.addMixin(CommandLine.java:7048)
at picocli.CommandLine.addMixin(CommandLine.java:279)
at org.apache.hop.hop.Hop.addMixinPlugins(Hop.java:252)
at
org.apache.hop.documentation.DocBuilder.initialize(DocBuilder.java:154)
at org.apache.hop.hop.Hop.main(Hop.java:133)
```
### Issue Priority
Priority: 1
### Issue Component
Component: Other
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]