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

CLI Help does not explain that --force-render will not work by its own and need --render too. #652

Closed
sharky98 opened this issue Jan 24, 2025 · 0 comments

Comments

@sharky98
Copy link

What i did / Steps to reproduce

Running java -jar BlueMap-cli.jar --force-render.

Expected result

A forced render is executed.

Actual result

Only the help text is outputted without any rendering done.

Context

BlueMap Version: BlueMap-5.5-cli.jar
OS: Ubuntu 24.04

Proposals

Combined options

Options that are clearly related to another should implicitly add the related option. Such as --force-render would implicitly mean that --render is passed as an option.

Use commands and options

Current options that are more akind to command (--render, --webserver) should be converted to commands with their specific options. Such as the command java -jar BlueMap-cli.jar --force-render would become java -jar BlueMap-cli.jar render --force, or java -jar BlueMap-cli.jar --webserver would become java -jar BlueMap-cli.jar webserver.

@github-project-automation github-project-automation bot moved this to Planned (unordered) in TODO / Idea board Feb 2, 2025
@TBlueF TBlueF moved this from Planned (unordered) to TODO in TODO / Idea board Feb 2, 2025
@TBlueF TBlueF closed this as completed in 61612dd Feb 22, 2025
@github-project-automation github-project-automation bot moved this from TODO to Ready for next release in TODO / Idea board Feb 22, 2025
@TBlueF TBlueF moved this from Ready for next release to Done in TODO / Idea board Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant