Skip to content

0.1.2

Latest
Compare
Choose a tag to compare
@jcomo jcomo released this 15 Apr 01:53
· 5 commits to master since this release

Changes

  • sh now accepts a keyword arg silent and returns the status of the command. It is not silent by default.
  • env changed to ENV and now will not raise KeyError on dict access when keys don't exist but will return None instead.