We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cache destroy
Used to completely remove the cache directory and all of its contents, including the cache database.
freshli [global options] cache destroy [command options]
What this command does?
Deletes the cache directory and all files that it contains.
Global Otions
--cache-dir <path>
freshli
$HOME/.freshli
Command Options
--force
The text was updated successfully, but these errors were encountered:
(d2+f2)*r2=8 energy
destroy
Notes: Deleting files and directories must be portable.
Possible unexpected deletion risk if --cache-dir is pointed to /home/user/ or some other directory containing unrelated files. To prevent this:
--cache-dir
/home/user/
cache-dir
There should be no way around this behavior, even with --force.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
cache destroy
Used to completely remove the cache directory and all of its contents, including the cache database.
What this command does?
Deletes the cache directory and all files that it contains.
Global Otions
--cache-dir <path>
freshli
command will write temporary files as part of it’s processing$HOME/.freshli
Command Options
--force
The text was updated successfully, but these errors were encountered: