summaryrefslogtreecommitdiff
path: root/src/generator/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/generator/utils.rs')
-rw-r--r--src/generator/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator/utils.rs b/src/generator/utils.rs
index ca76d18..6ea10d2 100644
--- a/src/generator/utils.rs
+++ b/src/generator/utils.rs
@@ -109,7 +109,7 @@ pub fn longs_and_visible_aliases(p: &Command) -> Vec<String> {
.collect()
}
-/// Gets all the flags of a [`clap::Command`](Command).
+/// Gets all the flags of a [`clap::Command`].
/// Includes `help` and `version` depending on the [`clap::Command`] settings.
pub fn flags(p: &Command) -> Vec<Arg> {
debug!("flags: name={}", p.get_name());