Skip to content

v0.22.0

Latest
Compare
Choose a tag to compare
@ugexe ugexe released this 28 Apr 15:29
2ffe30c
  • Config path template variables are now normalized, which cleans up some output that would sometimes show multiple consecutive directory separators.
  • Positional arguments can now be passed in through STDIN via '-' for the install and upgrade sub commands. For example zef install - will read STDIN and treat each line as an additional positional value.