Handle space after "-x" option.
authorChristian Weiske <cweiske@cweiske.de>
Thu, 1 Feb 2018 10:12:31 +0000 (11:12 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 1 Feb 2018 10:12:31 +0000 (11:12 +0100)
commitafec87fc377ef8bafec4b7588084cca91468bd68
tree09d8cebc5999bd361334acdb69972a3426a28aef
parent0a7989a9eb92e3cc3ea06dee5964f91b677ac920
Handle space after "-x" option.

Normally you do "-xfoo=bar", but some people try to do "-x foo=bar"
which caused strange issues.

Resolves: https://github.com/cweiske/shpub/issues/11
src/shpub/Command/AbstractProps.php