diff --git a/clap_generate/src/lib.rs b/clap_generate/src/lib.rs index 8eebbbab70b..83f2c94e52a 100644 --- a/clap_generate/src/lib.rs +++ b/clap_generate/src/lib.rs @@ -41,7 +41,8 @@ pub use shell::Shell; /// Generate a completions file for a specified shell at compile-time. /// -/// **NOTE:** to generate the file at compile time you must use a `build.rs` "Build Script" +/// **NOTE:** to generate the file at compile time you must use a `build.rs` "Build Script" or a +/// [`cargo-xtask`]](https://github.com/matklad/cargo-xtask) /// /// # Examples ///