Skip to content

Commit b9093b4

Browse files
authored
Merge pull request #124 from ciscocampuzano/account_index_generator/help_fix
💄 Fix issue with output of --help getting truncated
2 parents 2fe13c5 + cc563ba commit b9093b4

File tree

1 file changed

+1
-1
lines changed
  • src/starfleet/worker_ships/plugins/account_index_generator

1 file changed

+1
-1
lines changed

src/starfleet/worker_ships/plugins/account_index_generator/ship.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def account_inventory(ctx: Context) -> None:
121121
ctx.obj = AccountIndexGeneratorShip()
122122

123123

124-
@account_inventory.command(cls=StarfleetSingleInvokeCommand)
124+
@account_inventory.command(cls=StarfleetSingleInvokeCommand, short_help="This will generate an AWS account inventory from the organizations API")
125125
@click.pass_context
126126
def generate(ctx: Context, commit: bool, **kwargs) -> None: # noqa # pylint: disable=unused-argument
127127
"""This will generate an AWS account inventory from the organizations API"""

0 commit comments

Comments
 (0)