Skip to content

Commit a2c901f

Browse files
committed
don't print clap messages as json
1 parent f76f70f commit a2c901f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-langs-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn main() {
6262
}
6363

6464
fn run() -> Result<()> {
65-
let matches = app::create_app().get_matches_safe()?;
65+
let matches = app::create_app().get_matches();
6666

6767
// non-core
6868
// todo: print (generic?) success messages

0 commit comments

Comments
 (0)