mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-14 10:30:43 +01:00
Merge pull request #18 from fluunke/no-timeout
Remove timeout from kalk_cli
This commit is contained in:
commit
8ac228d02c
@ -52,7 +52,7 @@ fn default_action(context: &Context) {
|
|||||||
};
|
};
|
||||||
let mut parser_context = parser::Context::new()
|
let mut parser_context = parser::Context::new()
|
||||||
.set_angle_unit(&angle_unit)
|
.set_angle_unit(&angle_unit)
|
||||||
.set_timeout(Some(5));
|
.set_timeout(None);
|
||||||
let precision = context.int_flag("precision").unwrap_or(53isize) as u32;
|
let precision = context.int_flag("precision").unwrap_or(53isize) as u32;
|
||||||
|
|
||||||
if let Ok(input_file_path) = context.string_flag("input-file") {
|
if let Ok(input_file_path) = context.string_flag("input-file") {
|
||||||
|
Loading…
Reference in New Issue
Block a user