Hide Args.once harder

This commit is contained in:
Félix Saparelli 2021-04-11 00:58:24 +12:00
parent 268c0cee38
commit 9968a66042
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ pub struct Args {
/// For testing only, always set to false.
#[builder(setter(skip))]
#[builder(default)]
#[doc(hidden)]
pub once: bool,
/// Force using the polling backend.
#[builder(default)]