v0.3.0
New Feature:
- Parameters defined by the dependency are inherited to the parent. For example,
env
defined in dependency can be read by parent command (#48) - Define commands recursively in
dependencies
. This allows you to define the command to be called only from the command (#51) - Extend the
entrypoint
(#58) - Used shell redirection on command call (#59)
Bug Fixes:
- Fixed a read waiting for input when calling command (#53)
Misc: