Packages

fnord

0.4.38

AI code archaeology

Current section

Files

Jump to
fnord lib cmd torch.ex
Raw

lib/cmd/torch.ex

defmodule Cmd.Torch do
@doc """
Permanently deletes the project from the store.
"""
def run(_opts) do
Store.new()
|> Store.delete_project()
end
end