feat: cli ignores unknown keys (fix) + unify CLI/GUI patch cache + add clear-cache + make purge opt-out#192
Open
prateek-who wants to merge 2 commits into
Open
feat: cli ignores unknown keys (fix) + unify CLI/GUI patch cache + add clear-cache + make purge opt-out#192prateek-who wants to merge 2 commits into
prateek-who wants to merge 2 commits into
Conversation
This solves the unknown error key that gets thrown
- purge is now out-out instead of opt-out. Flag renamed to `disable-purge` - cli and gui now share a shared folder for patch files. - new command under utility: clear-cache. Used in cli to `clear-cache`. `--info` runs this in verbose mode. - Removed `-t`/`--temporary-files-path` from list-patches, list-versions, and options-create. It no longer affects anything there now since downloads go to the shared cache folder. It only stays on `patch`.
2 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
disable-purge.clear-cache. Used in cli to clear cache.--inforuns this in verbose mode. Cache includes patch files and logs for now.-t/--temporary-files-pathfrom list-patches, list-versions, and options-create. It no longer affects anything there now since downloads go to the shared cache folder. It only stays onpatch.