diff --git a/clap/all.html b/clap/all.html
index 99bd6d68b..6b8cbcc63 100644
--- a/clap/all.html
+++ b/clap/all.html
@@ -1,2 +1,2 @@
-List of all items in this crate
+List of all items in this crate
\ No newline at end of file
diff --git a/clap/builder/enum.ArgAction.html b/clap/builder/enum.ArgAction.html
index 927f8347c..c696788ac 100644
--- a/clap/builder/enum.ArgAction.html
+++ b/clap/builder/enum.ArgAction.html
@@ -1,4 +1,4 @@
-ArgAction in clap::builder - Rust
+ArgAction in clap::builder - Rust
\ No newline at end of file
diff --git a/clap/builder/struct.Arg.html b/clap/builder/struct.Arg.html
index 1fad3c8c8..c4d11b85b 100644
--- a/clap/builder/struct.Arg.html
+++ b/clap/builder/struct.Arg.html
@@ -1,4 +1,4 @@
-Arg in clap::builder - Rust
+Arg in clap::builder - Rust
The abstract representation of a command line argument. Used to set all the options and
relationships that define a valid argument for the program.
There are two methods for constructing Args, using the builder pattern and setting options
diff --git a/clap/builder/struct.ArgGroup.html b/clap/builder/struct.ArgGroup.html
index 61a73ccf9..c3444bc45 100644
--- a/clap/builder/struct.ArgGroup.html
+++ b/clap/builder/struct.ArgGroup.html
@@ -1,4 +1,4 @@
-
ArgGroup in clap::builder - Rust
+ArgGroup in clap::builder - Rust
By placing arguments in a logical group, you can create easier requirement and
exclusion rules instead of having to list each argument individually, or when you want a rule
diff --git a/clap/builder/struct.BoolValueParser.html b/clap/builder/struct.BoolValueParser.html
index 975722ed6..76128a391 100644
--- a/clap/builder/struct.BoolValueParser.html
+++ b/clap/builder/struct.BoolValueParser.html
@@ -1,4 +1,4 @@
-
BoolValueParser in clap::builder - Rust
+BoolValueParser in clap::builder - Rust
This includes defining arguments, subcommands, parser behavior, and help output.
Once all configuration is complete,
@@ -411,7 +411,7 @@ settings can be overridden in subcommands.
This is the equivalent to saying the foo arg using Arg::overrides_with("foo") for all
defined arguments.
NOTE: This choice is propagated to all child subcommands.
Disables the automatic delimiting of values after -- or when Arg::trailing_var_arg
was used.
NOTE: The same thing can be done manually by setting the final positional argument to
Arg::value_delimiter(None). Using this setting is safer, because it’s easier to locate
diff --git a/clap/builder/struct.EnumValueParser.html b/clap/builder/struct.EnumValueParser.html
index c29366351..eddf454c8 100644
--- a/clap/builder/struct.EnumValueParser.html
+++ b/clap/builder/struct.EnumValueParser.html
@@ -1,4 +1,4 @@
-
EnumValueParser in clap::builder - Rust
+EnumValueParser in clap::builder - Rust
NOTE: To support dynamic values (i.e. OsString), enable the string
feature
@@ -160,30 +160,30 @@ but without allocating and copying temporaries.
assert!(OsString::from("Ferris").eq_ignore_ascii_case("FERRIS"));
assert!(OsString::from("Ferrös").eq_ignore_ascii_case("FERRöS"));
assert!(!OsString::from("Ferrös").eq_ignore_ascii_case("FERRÖS"));
NOTE: To capture negative values, you will also need to set
diff --git a/clap/builder/struct.RangedU64ValueParser.html b/clap/builder/struct.RangedU64ValueParser.html
index 64f54865c..059518f00 100644
--- a/clap/builder/struct.RangedU64ValueParser.html
+++ b/clap/builder/struct.RangedU64ValueParser.html
@@ -1,4 +1,4 @@
-
RangedU64ValueParser in clap::builder - Rust
+RangedU64ValueParser in clap::builder - Rust
This method tests for self and other values to be equal, and is used
diff --git a/clap/builder/struct.Styles.html b/clap/builder/struct.Styles.html
index 2e703c66a..a177701a2 100644
--- a/clap/builder/struct.Styles.html
+++ b/clap/builder/struct.Styles.html
@@ -1,4 +1,4 @@
-Styles in clap::builder - Rust
+Styles in clap::builder - Rust
ValueParser defines how to convert a raw argument value into a validated and typed value for
@@ -175,7 +175,7 @@ applications like errors and completion.
let color: &String = m.get_one("color")
.expect("default");
assert_eq!(color, "never");
let possible = vec!["always", "auto", "never"];
let mut cmd = clap::Command::new("raw")
.arg(
@@ -317,7 +317,7 @@ applications like errors and completion.
let color: &String = m.get_one("color")
.expect("default");
assert_eq!(color, "never");
This method tests for self and other values to be equal, and is used
diff --git a/clap/builder/styling/enum.AnsiColor.html b/clap/builder/styling/enum.AnsiColor.html
index 2c185f031..500580a70 100644
--- a/clap/builder/styling/enum.AnsiColor.html
+++ b/clap/builder/styling/enum.AnsiColor.html
@@ -1,4 +1,4 @@
-AnsiColor in clap::builder::styling - Rust
+AnsiColor in clap::builder::styling - Rust
\ No newline at end of file
diff --git a/clap/builder/styling/struct.Ansi256Color.html b/clap/builder/styling/struct.Ansi256Color.html
index 2204d88f9..19df5b538 100644
--- a/clap/builder/styling/struct.Ansi256Color.html
+++ b/clap/builder/styling/struct.Ansi256Color.html
@@ -1,4 +1,4 @@
-Ansi256Color in clap::builder::styling - Rust
+Ansi256Color in clap::builder::styling - Rust
You can print a Style to render the corresponding ANSI code.
Using the alternate flag # will render the ANSI reset code, if needed.
diff --git a/clap/builder/styling/struct.Styles.html b/clap/builder/styling/struct.Styles.html
index 366cc7f83..425fd4413 100644
--- a/clap/builder/styling/struct.Styles.html
+++ b/clap/builder/styling/struct.Styles.html
@@ -1,4 +1,4 @@
-
Styles in clap::builder::styling - Rust
+Styles in clap::builder::styling - Rust