We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fe13c5 + cc563ba commit b9093b4Copy full SHA for b9093b4
src/starfleet/worker_ships/plugins/account_index_generator/ship.py
@@ -121,7 +121,7 @@ def account_inventory(ctx: Context) -> None:
121
ctx.obj = AccountIndexGeneratorShip()
122
123
124
-@account_inventory.command(cls=StarfleetSingleInvokeCommand)
+@account_inventory.command(cls=StarfleetSingleInvokeCommand, short_help="This will generate an AWS account inventory from the organizations API")
125
@click.pass_context
126
def generate(ctx: Context, commit: bool, **kwargs) -> None: # noqa # pylint: disable=unused-argument
127
"""This will generate an AWS account inventory from the organizations API"""
0 commit comments