Github user ran-z commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/107#discussion_r114554248
  
    --- Diff: aria/cli/commands/services.py ---
    @@ -177,3 +179,31 @@ def inputs(service_name, model_storage, logger):
             logger.info(inputs_string.getvalue())
         else:
             logger.info('\tNo inputs')
    +
    +
    [email protected](name='display',
    +                  short_help='Display service information')
    [email protected]('service-name')
    [email protected]()
    [email protected]_json
    [email protected]_yaml
    [email protected]_graph
    [email protected]_model_storage
    [email protected]_logger
    +def display(service_name, model_storage, json, yaml, graph, logger):
    --- End diff --
    
    nitpicking that model_storage should probably sit after `graph`, before 
`logger`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to