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 c602b66 commit 7efa67dCopy full SHA for 7efa67d
infrahub_sdk/ctl/repository.py
@@ -115,7 +115,7 @@ async def add(
115
116
@app.command()
117
async def list(
118
- branch: str = typer.Option(None, help="Branch on which to check the schema."),
+ branch: str = typer.Option(None, help="Branch on which to list repositories."),
119
debug: bool = False,
120
_: str = CONFIG_PARAM,
121
) -> None:
0 commit comments