We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b960c69 commit 965f7bdCopy full SHA for 965f7bd
src/cmd/command_prelude.rs
@@ -37,6 +37,7 @@ pub trait CommandExt: Sized {
37
self._arg(arg!(-o --open "Opens the compiled book in a web browser"))
38
}
39
40
+ #[cfg(any(feature = "watch", feature = "serve"))]
41
fn arg_watcher(self) -> Self {
42
#[cfg(feature = "watch")]
43
return self._arg(
0 commit comments