View Source MixVersion.Token (mix_version v2.0.6)

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

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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