mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 01:50:41 +01:00
Remove timeout from kalk_cli
This commit is contained in:
parent
9c32a4e5cb
commit
b9fa39638c
@ -52,7 +52,7 @@ fn default_action(context: &Context) {
|
||||
};
|
||||
let mut parser_context = parser::Context::new()
|
||||
.set_angle_unit(&angle_unit)
|
||||
.set_timeout(Some(5));
|
||||
.set_timeout(None);
|
||||
let precision = context.int_flag("precision").unwrap_or(53isize) as u32;
|
||||
|
||||
if let Ok(input_file_path) = context.string_flag("input-file") {
|
||||
|
Loading…
Reference in New Issue
Block a user