View Source mix ua_inspector.download (UAInspector v3.1.1)
Mix task to download database file(s) from your command line.
arguments
Arguments
When run without arguments the task will display the target directory for the downloaded files and will ask for confirmation before downloading.
--force
: skip confirmation before downloading--quiet
: silences task output (does not imply--force
!)
informational-readme
Informational README
If you are using the default databases from the default remote location an
informational README with the filename ua_inspector.readme.md
will be
placed next to the downloaded file(s). Inside you will find a link to the
original database source.
The creation of this file can be deactivated by configuration:
config :ua_inspector,
skip_download_readme: true