Packages

A fetch tool for listing the remote ubx performance list.

Current section

Files

Jump to
exubx lib exubx cli command.ex
Raw

lib/exubx/cli/command.ex

defmodule ExUbx.CLI.Command do
defmacro __using__(_opts) do
quote do
Module.register_attribute(__MODULE__, :shortdoc, persist: true)
end
end
end