babashka / pod-babashka-aws

Deprecated, use https://github.com/grzm/awyeah-api
Apache License 2.0
61 stars 14 forks source link

parse-cmd - fix when not ending with " ' #31

Closed holyjak closed 3 years ago

holyjak commented 3 years ago

Before this change (parse-cmd "cmd") returned [] instead of the expected ["cmd"].

TIP: Review ignoring whitespace changes.