Skip to content

Commit 578aa8d

Browse files
committed
ruff format
1 parent 2856a3e commit 578aa8d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/worek/cli.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ def cli():
1515
@click.option('-d', '--dbname', default=None, help='database to backup')
1616
@click.option('-e', '--engine', default='postgres', help='database type [postgres]')
1717
@click.option(
18-
'-s', '--schema', multiple=True, help='schemas to backup up, can be used multiple times'
18+
'-s',
19+
'--schema',
20+
multiple=True,
21+
help='schemas to backup up, can be used multiple times',
1922
)
2023
@click.option(
2124
'-f',
@@ -50,7 +53,10 @@ def backup(host, port, user, dbname, engine, schema, output_file, version):
5053
@click.option('-d', '--dbname', default=None, help='database to backup')
5154
@click.option('-e', '--engine', default='postgres', help='database type [postgres]')
5255
@click.option(
53-
'-s', '--schema', multiple=True, help='schemas to backup up, can be used multiple times'
56+
'-s',
57+
'--schema',
58+
multiple=True,
59+
help='schemas to backup up, can be used multiple times',
5460
)
5561
@click.option(
5662
'-f',

0 commit comments

Comments
 (0)