mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Stop showing instance names in redbot-setup help's syntax (#3838)
This commit is contained in:
parent
19fa0b968f
commit
59358e7bac
@ -313,7 +313,7 @@ def cli(ctx, debug):
|
|||||||
|
|
||||||
|
|
||||||
@cli.command()
|
@cli.command()
|
||||||
@click.argument("instance", type=click.Choice(instance_list))
|
@click.argument("instance", type=click.Choice(instance_list), metavar="<INSTANCE_NAME>")
|
||||||
@click.option(
|
@click.option(
|
||||||
"--no-prompt",
|
"--no-prompt",
|
||||||
"interactive",
|
"interactive",
|
||||||
@ -378,7 +378,7 @@ def delete(
|
|||||||
|
|
||||||
|
|
||||||
@cli.command()
|
@cli.command()
|
||||||
@click.argument("instance", type=click.Choice(instance_list))
|
@click.argument("instance", type=click.Choice(instance_list), metavar="<INSTANCE_NAME>")
|
||||||
@click.argument("backend", type=click.Choice(["json", "postgres"]))
|
@click.argument("backend", type=click.Choice(["json", "postgres"]))
|
||||||
def convert(instance, backend):
|
def convert(instance, backend):
|
||||||
"""Convert data backend of an instance."""
|
"""Convert data backend of an instance."""
|
||||||
@ -406,7 +406,7 @@ def convert(instance, backend):
|
|||||||
|
|
||||||
|
|
||||||
@cli.command()
|
@cli.command()
|
||||||
@click.argument("instance", type=click.Choice(instance_list))
|
@click.argument("instance", type=click.Choice(instance_list), metavar="<INSTANCE_NAME>")
|
||||||
@click.argument(
|
@click.argument(
|
||||||
"destination_folder",
|
"destination_folder",
|
||||||
type=click.Path(
|
type=click.Path(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user