View Source MixVersion.Token (mix_version v2.2.0)

The "token" is the state of the command line execution, passed to and returned from all stages.

Summary

Types

@type t() :: %MixVersion.Token{
  current_vsn: term(),
  git_cmd?: term(),
  git_repo: term(),
  hooks: term(),
  next_vsn: term(),
  opts: term()
}

Functions

Link to this function

new(current_vsn, opts, hooks)

View Source
Link to this function

put_current_vsn(token, value)

View Source
Link to this function

put_git_cmd?(token, value)

View Source
Link to this function

put_git_repo(token, value)

View Source
Link to this function

put_next_vsn(token, value)

View Source