This repository was archived by the owner on Jun 6, 2024. It is now read-only.
Added list support with prefix functionality#122
Open
tmayr wants to merge 1 commit intodollarshaveclub:masterfrom
Open
Added list support with prefix functionality#122tmayr wants to merge 1 commit intodollarshaveclub:masterfrom
tmayr wants to merge 1 commit intodollarshaveclub:masterfrom
Conversation
4acc5a9 to
08c35a4
Compare
Contributor
|
Hey, sorry I never saw your PR when I filed #130. I've got an implementation of |
Author
|
Hey @GregBrimble Yeah sure thing!, you can make PR on my branch I guess? Or I can make the changes, lmk what you prefer. |
|
Any chance of this being merged in? |
Contributor
|
@tmayr , apologies, I totally missed your reply back in October. @thetre97 , I think this repo has been abandoned now (see the |
|
Ah, I had seen the preview command, but not the new dev command. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for
list()andkv.list({ prefix })as per the cf docsLet me know if any changes are needed.
EDIT: Updated code, it's
listnotbrowse