Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ def _build_arguments_schema(cls, *args, **kwargs):
args_schema.receiver_actions = AAZCustomListArg(
options=["--actions"],
singular_options=["--action", "-a"],
help="Add receivers to the action group during the creation." + '''
help='''
Add receivers to the action group during the creation.
Usage: --action TYPE NAME [ARG ...]
Email:
Format: --action email NAME EMAIL_ADDRESS [usecommonalertschema]
Expand Down Expand Up @@ -225,7 +226,8 @@ def _build_arguments_schema(cls, *args, **kwargs):
args_schema.receiver_actions = AAZCustomListArg(
options=["--add-actions"],
singular_options=["--add-action", "-a"],
help="Add receivers to the action group." + '''
help='''
Add receivers to the action group.
Usage: --add-action TYPE NAME [ARG ...]
Email:
Format: --add-action email NAME EMAIL_ADDRESS [usecommonalertschema]
Expand Down Expand Up @@ -356,7 +358,8 @@ def _build_arguments_schema(cls, *args, **kwargs):
args_schema.receiver_actions = AAZCustomListArg(
options=["--add-actions"],
singular_options=["--add-action", "-a"],
help="Add receivers to the action group." + '''
help='''
Add receivers to the action group.
Usage: --add-action TYPE NAME [ARG ...]
Email:
Format: --add-action email NAME EMAIL_ADDRESS [usecommonalertschema]
Expand Down