Cherry.Theme.Drift.Entry (cherry v0.3.0)

Copy Markdown View Source

One overlay's drift status against the installed theme.

Summary

Types

status()

@type status() ::
  :current | :auto_updatable | :conflict | :untracked | :rewritten | :shadowed

t()

@type t() :: %Cherry.Theme.Drift.Entry{
  overlay: Path.t(),
  status: status(),
  template: atom()
}