Packages

CLI for the Ontogen version control system for RDF datasets.

Current section

Files

Jump to
ontogen_cli lib ontogen cli commands add.ex
Raw

lib/ontogen/cli/commands/add.ex

defmodule Ontogen.CLI.Commands.Add do
use Ontogen.CLI.Action.Command,
name: :add,
about: "Stage addition of data to the repository"
end