mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
docs(command): Added deprecated suffix in help string
This commit is contained in:
parent
a42204243a
commit
a7a8241487
1 changed files with 1 additions and 0 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue