Packages

CLI for the Ontogen version control system for RDF datasets.

Current section

Files

Jump to
ontogen_cli lib ontogen cli commands update.ex
Raw

lib/ontogen/cli/commands/update.ex

defmodule Ontogen.CLI.Commands.Update do
use Ontogen.CLI.Action.Command,
name: :update,
about: "Stage update of data in the repository"
end