Skip to content

Commit 5d6d4f6

Browse files
committed
do not require locale in paste
1 parent 4fc8d5c commit 5d6d4f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tmc-langs-cli/src/app.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ fn create_core_app() -> App<'static, 'static> {
398398
.arg(Arg::with_name("locale")
399399
.help("Language as a three letter ISO 639-3 code, e.g. 'eng' or 'fin'.")
400400
.long("locale")
401-
.required(true)
402401
.takes_value(true))
403402
.arg(Arg::with_name("paste-message")
404403
.help("Optional message to attach to the paste.")

0 commit comments

Comments
 (0)