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

starfix logs too much and gives no info on help etc. #35

Open
maxandersen opened this issue Aug 15, 2020 · 1 comment
Open

starfix logs too much and gives no info on help etc. #35

maxandersen opened this issue Aug 15, 2020 · 1 comment

Comments

@maxandersen
Copy link
Member

output of runner is:

./target/starfix-1.0.0-SNAPSHOT-runner
__  ____  __  _____   ___  __ ____  ______
 --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
 -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2020-08-15 22:48:51,912 INFO  [io.quarkus] (main) starfix 1.0.0-SNAPSHOT (powered by Quarkus 1.4.2.Final) started in 0.008s.
2020-08-15 22:48:51,912 INFO  [io.quarkus] (main) Profile prod activated.
2020-08-15 22:48:51,912 INFO  [io.quarkus] (main) Installed features: [cdi]
No input provided!!
2020-08-15 22:48:51,912 INFO  [io.quarkus] (main) starfix stopped in 0.000s

it should just be like a cli - thus need to turn of the logging and instead of No input provided!! give a standard cli help output, something similar to:

Usage: starfix ...
Opens your file and project in any ide/editor.
  -h, --help       Display help/info
Commands: 
  ...
  ...

can use picocli to make this happen automatically.

@maxandersen
Copy link
Member Author

maxandersen commented Aug 19, 2020

https://picocli.info - have extension for quarkus: https://quarkus.io/guides/picocli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant