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 4fc8d5c commit 5d6d4f6Copy full SHA for 5d6d4f6
tmc-langs-cli/src/app.rs
@@ -398,7 +398,6 @@ fn create_core_app() -> App<'static, 'static> {
398
.arg(Arg::with_name("locale")
399
.help("Language as a three letter ISO 639-3 code, e.g. 'eng' or 'fin'.")
400
.long("locale")
401
- .required(true)
402
.takes_value(true))
403
.arg(Arg::with_name("paste-message")
404
.help("Optional message to attach to the paste.")
0 commit comments