Skip to content

Commit

Permalink
hides (old) download tasks from mix help output
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Jan 5, 2019
1 parent eb94e07 commit 38d7288
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.19.1-dev

- Enhancements
- The (soft) deprecated download tasks `ua_inspector.download.databases` and `ua_inspector.download.short_code_maps` are no longer displayed in the output of `mix help`

## v0.19.0 (2019-01-03)

- Enhancements
Expand Down
13 changes: 2 additions & 11 deletions lib/mix/tasks/ua_inspector/download.databases.ex
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
defmodule Mix.Tasks.UaInspector.Download.Databases do
@moduledoc """
Fetches parser databases from the
[matomo-org/device-detector](https://github.com/matomo-org/device-detector)
project.
The files will be stored inside your configured path.
`mix ua_inspector.download.databases`
"""

@shortdoc "Downloads UAInspector parser databases"
@moduledoc false
@shortdoc false

alias Mix.UAInspector.Download
alias UAInspector.Config
Expand Down
14 changes: 2 additions & 12 deletions lib/mix/tasks/ua_inspector/download.short_code_maps.ex
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
defmodule Mix.Tasks.UaInspector.Download.ShortCodeMaps do
@moduledoc """
Fetches short code map listings from the
[matomo-org/device-detector](https://github.com/matomo-org/device-detector)
project.
The listings are extracted from the original PHP source files and stored
as YAML files in the configured download path.
`mix ua_inspector.download.short_code_maps`
"""

@shortdoc "Downloads UAInspector parser short code maps"
@moduledoc false
@shortdoc false

alias Mix.UAInspector.Download
alias UAInspector.Config
Expand Down

0 comments on commit 38d7288

Please sign in to comment.