Skip to content

1.5.0

Compare
Choose a tag to compare
@igorshubovych igorshubovych released this 03 Feb 09:59
· 369 commits to main since this release
  • --list (-l) option now shows the list of commands on current platform in cache
  • --list-all (-a) option shows the list of all commands in cache
  • --single-column (-1) option is used together with --list or --list-all to show list of commands as a single column, similarly to ls -1
  • Added platform shortcuts --linux, --osx, --sunos, they can be used instead of --os=linux
  • better test coverage
  • functional test of all major CLI options is added, it is integrated with Travis CI