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:
parent
0ee4f4901b
commit
f0e9199817
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue