Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Gabbi/url encode #507

Merged
merged 3 commits into from
Sep 3, 2019
Merged

Gabbi/url encode #507

merged 3 commits into from
Sep 3, 2019

Conversation

gabbifish
Copy link
Contributor

This PR closes #504. Since this change also impacts how KV command methods import the url_encode_key() function from the mod.rs for the kv package, it also implements the change suggested here: #405 (comment)

@gabbifish gabbifish mentioned this pull request Sep 3, 2019
@gabbifish gabbifish added regression Something is broken, but works in previous releases status - needs review labels Sep 3, 2019
src/main.rs Outdated
@@ -120,7 +120,7 @@ fn run() -> Result<(), failure::Error> {
)
.arg(
Arg::with_name("expiration-ttl")
.help("Number of seconds for which the entries should be visible before they expire. At least 60. Takes precedence over 'expiration' option")
.help("Number of seconds for which the entries should be visible before they expire. At least 60")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you mean to remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oop! That is an accident. Fixing.

Copy link
Contributor

@ashleymichal ashleymichal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one comment about a main.rs help diff that appears out of place.

src/main.rs Outdated Show resolved Hide resolved
src/main.rs Outdated Show resolved Hide resolved
@gabbifish gabbifish merged commit 570f5ef into feat-kv-commands Sep 3, 2019
@delete-merged-branch delete-merged-branch bot deleted the gabbi/url-encode branch September 3, 2019 18:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
regression Something is broken, but works in previous releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants