Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Figure out what to do with showing help #375

Closed
alexander-myltsev opened this issue Jul 3, 2017 · 1 comment
Closed

Figure out what to do with showing help #375

alexander-myltsev opened this issue Jul 3, 2017 · 1 comment

Comments

@alexander-myltsev
Copy link
Contributor

We figured out what’s wrong with gnparser launch script. sbt-native-packager team just changed the environment, so our bash template stopped working. I would add tests to CircleCI to prevent it in future.

The reason we established custom gnparser template is custom help messages. Java launcher script uses -h | -help to show bash-specific help. scopt/twitter finagle uses --help. Consider sbt/sbt-native-packager#831. We need to discuss the way to combine them to drop that bash template.

A way we can solve it is to show help when no args are given. currently we launch web-server by default. but since native-packager generates web-serverscript for Play servers, I think we could give it a try.

We need to figure out how to merge those two helps.

@dimus
Copy link
Member

dimus commented Feb 2, 2019

Solved in https://gitlab.com/gogna/gnparser

@dimus dimus closed this as completed Feb 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants