mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add typing annotation to cli/__init__.py
This commit is contained in:
parent
4237ff863c
commit
08616abbb5
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ def catch_errors(f):
|
|||
@click.option("--config", "-c", metavar="FILE", help="Config file to use.")
|
||||
@pass_context
|
||||
@catch_errors
|
||||
def app(ctx, config):
|
||||
def app(ctx, config: str):
|
||||
"""
|
||||
Synchronize calendars and contacts
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue