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 343c75e commit cd31e77Copy full SHA for cd31e77
rust/src/main.rs
@@ -41,7 +41,7 @@ use std::process::exit;
41
{usage-heading} {usage}
42
{all-args}")]
43
struct Cli {
44
- /// Browser name (chrome, firefox, edge, iexplorer, safari, or safaritp)
+ /// Browser name (chrome, firefox, edge, iexplorer, safari, safaritp, or webview2)
45
#[clap(long, value_parser)]
46
browser: Option<String>,
47
0 commit comments