View Source mix ref_inspector.download (RefInspector v2.0.0)

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 ref_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 :ref_inspector,
  skip_download_readme: true

Link to this section Summary

Functions

Callback implementation for Mix.Task.run/1.

Link to this section Functions

Callback implementation for Mix.Task.run/1.