1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2025-03-05 08:17:05 +00:00

client/watch_store: Hide --no-closure in help

It's there for testing.
This commit is contained in:
Zhaofeng Li 2023-03-05 11:05:11 -07:00
parent 0ee4f4901b
commit f0e9199817

View file

@ -23,7 +23,7 @@ pub struct WatchStore {
cache: CacheRef,
/// Push the new paths only and do not compute closures.
#[clap(long)]
#[clap(long, hide = true)]
no_closure: bool,
/// Ignore the upstream cache filter.