Skip to content

Document plural "options" flag #400

@nkuehn

Description

@nkuehn

What happened?

I needed to use multiple graalvm native-image options at once, but was stuck because the README only documents the singular "option", which (by looking into the implementation) adds to the plural "options".

What did you want to happen?

Plural "options" being documented with an example and not using plural in its description. I ended up using:

options.add("--allow-incomplete-classpath")
options.add("--report-unsupported-elements-at-runtime")
options.add("--no-fallback")

There may be a nicer version to achieve this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions