Skip to content

Commit d5668c5

Browse files
committed
fix: remove need for provider in build
1 parent b22271a commit d5668c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silverback/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def run(cli_ctx, account, runner_class, recorder_class, max_exceptions, path, bo
127127
asyncio.run(runner.run())
128128

129129

130-
@cli.command(cls=ConnectedProviderCommand, section="Local Commands")
130+
@cli.command(section="Local Commands")
131131
@click.option("--generate", is_flag=True, default=False)
132132
@click.argument("path", required=False, type=str, default="bots")
133133
def build(generate, path):

0 commit comments

Comments
 (0)