Closed kbrock closed 8 years ago
@Fryguy Please release next version (maybe 1.4.0?)
I was thinking about short parameters.
We explicitly changed docs to handle long parameters. We used to have {"--foo" => 5} but converted our docs over to {:foo => 5}.
{"--foo" => 5}
{:foo => 5}
We never documented a single letter case. So I'm not sure if this is a major rev. But I don't really care as long as we release this and I can use it.
I'm asking for the release to use the :env support, as the other one is easy enough to work around.
:env
/cc @jrafanie
Checked commit https://github.com/kbrock/awesome_spawn/commit/b8742e3a7a08c7edf693b12551127da124bfb48e with ruby 2.2.3, rubocop 0.34.2, and haml-lint 0.13.0 0 files checked, 0 offenses detected Everything looks good. :+1:
@Fryguy Please release next version (maybe 1.4.0?)
I was thinking about short parameters.
We explicitly changed docs to handle long parameters. We used to have
{"--foo" => 5}
but converted our docs over to{:foo => 5}
.We never documented a single letter case. So I'm not sure if this is a major rev. But I don't really care as long as we release this and I can use it.
I'm asking for the release to use the
:env
support, as the other one is easy enough to work around./cc @jrafanie