Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Dec 1, 2024
1 parent 6b738df commit c69b99a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wags_tails/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def get_latest(data: str, silent: bool, from_local: bool, force_refresh: bool) -
provide a local copy if already available, or first download from the data origin
and then return a link.
See the list-sources command for all legal inputs for DATA.
The --help option for this command will display all legal inputs for DATA; alternatively,
use the list-sources command to show them in a computable (line-delimited) format.
"""
data_class = _DATA_SOURCES[data]
result, _ = data_class(silent=silent).get_latest(from_local, force_refresh)
Expand Down

0 comments on commit c69b99a

Please sign in to comment.