docs(command): Added deprecated suffix in help string

This commit is contained in:
DastInDark 2022-12-22 00:42:50 +09:00
parent a42204243a
commit a7a8241487

View file

@ -1744,6 +1744,7 @@ impl Command {
/// Valid tags are:
///
/// * `{name}` - Display name for the (sub-)command.
/// * `{bin}` - Binary name.(deprecated)
/// * `{version}` - Version number.
/// * `{author}` - Author information.
/// * `{author-with-newline}` - Author followed by `\n`.