hubotio / hubot

A customizable life embetterment robot.

Home Page:https://hubotio.github.io/hubot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question ??? how i can see the optinal param is notes section

Fadih opened this issue · comments

,when i do hubot help 
i got 


hubot ec2 ami create --instance_id=*** - Create an ami.


but there is also another option to use , see notes section .
how i can show the notes section to the user ????

thanks 

# Commands:
#   hubot ec2 ami create --instance_id=*** - Create an ami.
#
# Notes:
#   --instance_id=*** : [required] Target instance id.
#   --name=***        : [optional] Ami name to be created. If omit it, the Name of config is used.
#   --config_path=*** : [optional] Config file path. If omit it, HUBOT_AWS_EC2_CREATE_AMI_CONFIG is referred to.
#   --dry-run         : [optional] Checks whether the api request is right. Recommend to set before applying to real asset.

You probably need to follow this pattern:

# Description:
#   Tell people hubot's new name if they use the old one
#
# Commands:
#   None
#