Skip to content

"--version" flag is not recognized #7686

Closed
@jmchiappa

Description

@jmchiappa

In commandlineParser.java, ACTION.VERSION isn't parsed and treated.
Something like this should be added :

public void parseArgumentsPhase1() {
...
if (a == ACTION.VERSION) {
// action to display version number in console
        }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: InvalidOff topic for this repository, or a bug report determined to not actually represent a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions