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

Update Codyze version in command-line mode #104

Closed
fwendland opened this issue Nov 2, 2020 · 0 comments · Fixed by #388
Closed

Update Codyze version in command-line mode #104

fwendland opened this issue Nov 2, 2020 · 0 comments · Fixed by #388
Assignees
Labels
bug Something isn't working

Comments

@fwendland
Copy link
Collaborator

The command-line mode uses annotations to create command-line parameters and options. One of them sets the version printed on the command-line:

@Command(name = "codyze", mixinStandardHelpOptions = true, version = "1.0", description = "Codyze finds security flaws in source code", sortOptions = false, usageHelpWidth = 100)

We should update this version upon release of a new codyze version to match version numbers.

@fwendland fwendland added the bug Something isn't working label Nov 2, 2020
@fwendland fwendland added this to the 2.0.0 milestone Nov 2, 2020
@fwendland fwendland self-assigned this Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant