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.