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

feat: optionally disable caching #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PatrickDaG
Copy link

I do not want to use caching, this adds and option to completely disable all caching.
The -d option would also do so but also touches the cache file, whereas this new option does not touch any files.

src/main.rs Outdated
@@ -250,6 +257,10 @@ struct Opt {
#[clap(short, long = "empty-cache")]
empty_cache: bool,

/// Ignore the cache completely
#[clap(long = "ignore-cache")]
Copy link
Member

@Artturin Artturin Nov 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#[clap(long = "ignore-cache")]
#[clap(long = "ignore-cache", env = "COMMA_CACHING")]

Needs rebase

@PatrickDaG
Copy link
Author

Is there anything blocking this from proceeding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants