Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Client: Don't prevent
=
in secret values provided as args
We're not preventing them when `set key=value` or plain `set key` followed by an interactively provided value, but the code was blocking them for the specific `set key=value` where `value` contained a literal `=` sign. Closes #18.
- Loading branch information