Replies: 1 comment 1 reply
-
Nowadays you can also |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
--scope
can be used to group invocations together and isolate them from other similar calls, but it's inconvenient to use it as a mechanism to flush the cache (#5) because all commands have to coordinate using the same scope name. Something like this works, but comes with extra file I/O and subshells:With
--modtime
added in 0.6.0 this strategy gets a little simpler and more efficient:Please share any examples you have of applying this pattern!
Beta Was this translation helpful? Give feedback.
All reactions