fix: Deprecate App

This commit is contained in:
Ed Page 2022-02-14 15:34:27 -06:00
parent c4144d7d6c
commit 9a7e6a523d

View file

@ -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,