kcmerrill / alfred

(v0.2) Even Batman needs a little help. Task runner. Automator. Build system.
MIT License
63 stars 14 forks source link

Fix index out of range fail when calling module (eg docker:) #29

Closed yemble closed 7 years ago

yemble commented 7 years ago

Module RunCommand is using local args (empty) instead of a.args (ie os.Args) for [0]

This makes @bryan-lott sad.