We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7ac48 commit 188aba6Copy full SHA for 188aba6
src/code42cli/cmds/alerts.py
@@ -175,7 +175,7 @@ def alert_options(f):
175
@click.group(cls=code42cli.click_ext.groups.OrderedGroup)
176
@opt.sdk_options(hidden=True)
177
def alerts(state):
178
- """Tools for getting alert data."""
+ """Get and send alert data."""
179
# store cursor getter on the group state so shared --begin option can use it in validation
180
state.cursor_getter = _get_alert_cursor_store
181
0 commit comments