Skip to content

Commit

Permalink
Update cache-option with main
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorbosloper committed Aug 21, 2024
1 parent 90ae07b commit 4c8097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiboa_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def rename_extension(folder, title, slug, org = "fiboa", prefix = None):
@click.option(
'--cache', '-c',
type=click.Path(exists=False),
help='By default the CLI downloads the source data on every execution. Specify a local file path to avoid downloading the file again. If the file exists, reads from the path, otherwise stores the file there.',
help='By default the CLI downloads the source data on every execution. Specify a local folder to avoid downloading the files again. If the files exist, reads from there, otherwise stores the files there.',
default=None
)
@click.option(
Expand Down

0 comments on commit 4c8097c

Please sign in to comment.