Packages

CLI for the Ontogen version control system for RDF datasets.

Current section

Files

Jump to
ontogen_cli lib ontogen cli commands remove.ex
Raw

lib/ontogen/cli/commands/remove.ex

defmodule Ontogen.CLI.Commands.Remove do
use Ontogen.CLI.Action.Command,
name: :remove,
about: "Stage removal of data from the repository"
end