Lines Matching refs:hidden

814     #[doc(hidden)]
829 #[doc(hidden)]
1300 #[doc(hidden)]
2014 #[doc(hidden)]
2027 #[doc(hidden)]
2040 #[doc(hidden)]
2241 /// Sets a hidden alias to this subcommand.
2244 /// alias. This is more efficient and easier than creating multiple hidden subcommands as one
2247 /// **NOTE:** Aliases defined with this method are *hidden* from the help
2276 /// Add an alias, which functions as "hidden" short flag subcommand
2279 /// and easier than creating multiple hidden subcommands as one only needs to check for the
2303 /// Add an alias, which functions as a "hidden" long flag subcommand.
2306 /// and easier than creating multiple hidden subcommands as one only needs to check for the
2329 /// Sets multiple hidden aliases to this subcommand.
2332 /// given aliases. This is more efficient, and easier than creating multiple hidden subcommands
2335 /// **NOTE:** Aliases defined with this method are *hidden* from the help
2364 /// Add aliases, which function as "hidden" short flag subcommands.
2367 /// and easier than creating multiple hidden subcommands as one only needs to check for the
2392 /// Add aliases, which function as "hidden" long flag subcommands.
2395 /// and easier than creating multiple hidden subcommands as one only needs to check for the
2423 /// than creating hidden subcommands as one only needs to check for
2459 /// and easier than creating multiple hidden subcommands as one only needs to check for the
2489 /// and easier than creating multiple hidden subcommands as one only needs to check for the
2519 /// than creating multiple hidden subcommands as one only needs to check for
2654 /// Specifies that this [`subcommand`] should be hidden from help messages
3327 /// Iterate through the set of *all* the aliases for this subcommand, both visible and hidden.
3333 /// Iterate through the set of *all* the short aliases for this subcommand, both visible and hidden.
3339 /// Iterate through the set of *all* the long aliases for this subcommand, both visible and hidden.
3612 #[doc(hidden)]
3636 #[doc(hidden)]
3648 #[doc(hidden)]
3660 #[doc(hidden)]
3713 #[doc(hidden)]
4594 // then items specified with hidden_short_help will also be hidden.