mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
fix: Deprecate App
This commit is contained in:
parent
c4144d7d6c
commit
9a7e6a523d
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ use crate::build::debug_asserts::assert_app;
|
|||
pub type Command<'help> = App<'help>;
|
||||
|
||||
/// Deprecated, replaced with [`Command`]
|
||||
#[deprecated(since = "3.1.0", note = "Replaced with `Command`")]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct App<'help> {
|
||||
id: Id,
|
||||
|
|
Loading…
Add table
Reference in a new issue