docs: Link out to the crate_ macros

This commit is contained in:
Ed Page 2021-12-07 16:15:52 -06:00
parent 26bbe606d3
commit e3da325b5a

View file

@ -106,6 +106,8 @@ impl<'help> App<'help> {
/// name will only be displayed to the user when they request to print
/// version or help and usage information.
///
/// See also [`app_from_crate!!`](crate::app_from_crate!) and [`crate_name!`](crate::crate_name!).
///
/// # Examples
///
/// ```no_run
@ -911,6 +913,8 @@ impl<'help> App<'help> {
/// **NOTE:** Only `App::about` (short format) is used in completion
/// script generation in order to be concise.
///
/// See also [`crate_description!`](crate::crate_description!).
///
/// # Examples
///
/// ```no_run