We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c17a88 commit 69b3133Copy full SHA for 69b3133
crates/wkg/src/main.rs
@@ -104,7 +104,7 @@ struct ConfigArgs {
104
#[arg(long = "default-registry", value_name = "DEFAULT_REGISTRY")]
105
default_registry: Option<Registry>,
106
107
- /// Opens editor defined in the `$EDITOR` environment variable.
+ /// Opens the global configuration file in an editor defined in the `$EDITOR` environment variable.
108
#[arg(long, short, action)]
109
edit: bool,
110
0 commit comments