We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d36c2 commit 28018ebCopy full SHA for 28018eb
splashsurf/src/cli.rs
@@ -83,7 +83,7 @@ impl Switch {
83
/// Runs the splashsurf CLI with the provided command line arguments.
84
///
85
/// This function behaves like the binary `splashsurf` command line tool including output to stdout and stderr.
86
-/// Note that the first argument is always ignored - this is typically the binary name when called using
+/// Note that the first argument is always ignored - this is typically the binary name when called using
87
/// `std::env::args()` from the terminal:
88
/// ```
89
/// splashsurf::cli::run_splashsurf(["splashsurf", "--version"]);
0 commit comments