Wei-1 commented on a change in pull request #53:
URL: https://github.com/apache/incubator-marvin/pull/53#discussion_r494157923
##########
File path: marvin-cli/marvin_cli/management/engine.py
##########
@@ -84,8 +89,8 @@ def import_project(file, dest):
extract_folder(file, dest)
@cli.command("engine-dryrun", help="Run engines in a standalone way.")
[email protected]('--host', '-h', prompt='gRPC host', help='gRPC Host Address',
default='localhost')
[email protected]('--port', '-p', prompt='gRPC port', help='gRPC Port',
default='50057')
[email protected]('--host', '-gh', help='gRPC Host Address', default='localhost')
Review comment:
I thought `--host` will just be `-h` while `--grpchost` be `-gh`?
Should we change this `--host` to `--grpchost` as well?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]