mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
docs: Point out alternatives to 'build.rs'
This commit is contained in:
parent
13a93ab671
commit
f2586c920f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue