Skip to content

v0.34.0 - Command overhaul

Compare
Choose a tag to compare
@tony tony released this 17 Mar 15:33
· 343 commits to master since this release

Breaking

Command target change (#535)

Commands: All cmd() methods using custom or overridden targets must use the keyword argument target. This avoids entanglement with inner shell values that include -t for other purposes. These methods include:

Full Changelog: v0.33.0...v0.34.0