mix ref_inspector.download (RefInspector v2.1.0)

View Source

Mix task to download database file(s) from your command line.

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

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

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.