mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 23:04:23 +00:00
docs(app): fix documentation formatting for App::template() (#632)
This commit is contained in:
parent
c95b0c62ab
commit
853a90de01
1 changed files with 15 additions and 13 deletions
|
@ -364,8 +364,10 @@ impl<'a, 'b> App<'a, 'b> {
|
|||
|
||||
/// Sets the help template to be used, overriding the default format.
|
||||
///
|
||||
/// Tags arg given inside curly brackets:
|
||||
/// Tags arg given inside curly brackets.
|
||||
///
|
||||
/// Valid tags are:
|
||||
///
|
||||
/// * `{bin}` - Binary name.
|
||||
/// * `{version}` - Version number.
|
||||
/// * `{author}` - Author information.
|
||||
|
|
Loading…
Reference in a new issue