mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
doc: Escape literals
This commit is contained in:
parent
c92e4b5f01
commit
f95385bf36
1 changed files with 1 additions and 1 deletions
|
@ -5324,7 +5324,7 @@ impl Default for ArgProvider {
|
|||
}
|
||||
}
|
||||
|
||||
/// Write the values such as <name1> <name2>
|
||||
/// Write the values such as `<name1> <name2>`
|
||||
pub(crate) fn display_arg_val<F, T, E>(arg: &Arg, mut write: F) -> Result<(), E>
|
||||
where
|
||||
F: FnMut(&str, bool) -> Result<T, E>,
|
||||
|
|
Loading…
Reference in a new issue