Skip to content

Commit

Permalink
Merge pull request #124 from ciscocampuzano/account_index_generator/h…
Browse files Browse the repository at this point in the history
…elp_fix

💄 Fix issue with output of --help getting truncated
  • Loading branch information
mikegrima authored Feb 27, 2024
2 parents 2fe13c5 + cc563ba commit b9093b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def account_inventory(ctx: Context) -> None:
ctx.obj = AccountIndexGeneratorShip()


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

0 comments on commit b9093b4

Please sign in to comment.