Changes
sh
now accepts a keyword argsilent
and returns the status of the command. It is not silent by default.env
changed toENV
and now will not raiseKeyError
on dict access when keys don't exist but will returnNone
instead.
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.