Skip to content

3.15.0

Compare
Choose a tag to compare
@shakefu shakefu released this 12 Apr 19:14
· 38 commits to master since this release
  • Adds pytool.text.columns()
  • Simplifies pytool.cmd.Command.subcommand() syntax to allow for name-based option and run method binding.
  • Uses better default option formatter for Command() instances which have complex helps.
  • Creates pytool.cmd.opt() and pytool.cmd.run() helpers for better subcommand support.