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

Enhanced this lib with CLI arguments to specify pipe names, directive names, service name and methods. #231

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EnilPajic
Copy link

Now it is possible to use command-line arguments to specify

  • (multiple) pipe names (--pipe translate --pipe myTranslate),
  • (multiple) directive names (--directive translate --directive myTranslate),
  • service name (--service-name MyTranslateService)
  • service methods (default were get, instant and stream): --service-method-name get --service-method-name myCustomGet
  • marker name (-m i18n), basically incorporated Feature/add marker option #229 by @pieterhendrickx

… names, service name and methods.

Now it is possible to use command-line arguments to specify
* (multiple) pipe names (`--pipe translate --pipe myTranslate`),
* (multiple) directive names (`--directive translate --directive myTranslate`),
* service name (`--service-name MyTranslateService`)
* service methods (default were `get`, `instant` and `stream`): `--service-method-name get --service-method-name myCustomGet`
* marker name (`-m i18n`), basically incorporated biesbjerg#229 by @pieterhendrickx
@Yagorundy
Copy link

@biesbjerg @EnilPajic this is a very useful feature. When do you think you will merge this?

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

Successfully merging this pull request may close these issues.

2 participants