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 74fe45f commit dedbc0dCopy full SHA for dedbc0d
src/code42cli/cmds/departing_employee.py
@@ -38,7 +38,7 @@ def _get_filter_choices():
38
@click.group(cls=OrderedGroup)
39
@sdk_options(hidden=True)
40
def departing_employee(state):
41
- """For adding and removing employees from the Departing Employees detection list."""
+ """Add and remove employees from the Departing Employees detection list."""
42
pass
43
44
0 commit comments