basho / clique

CLI Framework for Erlang
Apache License 2.0
147 stars 49 forks source link

Equal sign as argument value #85

Closed baranga closed 5 years ago

baranga commented 6 years ago

I tried to use a equal sign (=) as value but it fails with:

$ my-cli do-something url=example.com?q=dada
Too many equal signs in argument: "url=example.com?q=dada"

IMHO clique should pass down any additional equal sign as part of value. At least it should provide a way to escape them.

russelldb commented 6 years ago

removed, wrong place!

baranga commented 5 years ago

@martincox I close this issue as a fix is merged. Do you have any timeline for next release?

martincox commented 5 years ago

Next release of riak? We have riak working under OTP20 now and work is currently underway to resolve various build issues and test suite failures. I'd anticipate that we should have a release candidate in around 3-6 months. Hopefully it will come together sooner, but I think realistically we're looking at closer towards the back end of the year.

baranga commented 5 years ago

Next release of clique! :) Isn't clique independent of riak?

russelldb commented 5 years ago

By release, what do you mean? You mean a tag? Or something else (like a hex.pm release?)

baranga commented 5 years ago

To fix vernemq/vernemq#740 a tag would be enough but a hex.pm release wouldn't hurt I guess.

baranga commented 5 years ago

@martincox Can I help with anything to get the fix for this issue into an official clique release (version tag and/or hex.pm package)?

russelldb commented 5 years ago

I think I still have the power of tag. I'll try and DM the Martins today, if I get the go ahead I'll push a tag and let you know. I can't do the hex.pm stuff though. Alternatively, there is a set of community forked and managed projects at https://github.com/Kyorai/clique which has been pretty good at keeping release of minor deps going. You could speak to @Licenser about getting the latest clique out that way?