Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command: FND #3

Open
6 tasks
RedactedProfile opened this issue May 22, 2020 · 0 comments
Open
6 tasks

Command: FND #3

RedactedProfile opened this issue May 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RedactedProfile
Copy link
Owner

FNS is a command that finds keys that contain a value based on a search query

  • Supplying nothing should throw an error
  • Supplying a value not wrapped in quotes should throw an error
  • Supplying * as the value should return everything
  • Supplying mykey* should only return values that start with mykey
  • Supplying *mykey should only return values the end with mykey
  • Supplying *mykey* should only return values that mykey is apart of in general
@RedactedProfile RedactedProfile added the enhancement New feature or request label May 22, 2020
@RedactedProfile RedactedProfile added this to the MVP milestone May 22, 2020
@RedactedProfile RedactedProfile self-assigned this May 23, 2020
@RedactedProfile RedactedProfile removed this from the MVP milestone May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant