diff options
| author | lukeflo | 2024-10-18 17:07:25 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-18 17:07:25 +0200 |
| commit | b5538d8c8408f1afbcfecb2a3b0407c3ad53ebe5 (patch) | |
| tree | 2371188efc845614d91332f631cd6dd523af0c75 /src/main.rs | |
| parent | 917b9c522635a304ff7c70499f05903a694696a3 (diff) | |
| download | bibiman-b5538d8c8408f1afbcfecb2a3b0407c3ad53ebe5.tar.gz bibiman-b5538d8c8408f1afbcfecb2a3b0407c3ad53ebe5.zip | |
Handle short and long author fields
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index 6ef7ee1..b90aeea 100644 --- a/src/main.rs +++ b/src/main.rs @@ -42,9 +42,9 @@ async fn main() -> Result<()> { std::process::exit(0); } - if !parsed_args.bibfilearg.is_file() { - panic!("No \'.bib\' file passed, aborting") - } + // if !parsed_args.bibfilearg.is_file() { + // panic!("No \'.bib\' file passed, aborting") + // } init_error_hooks()?; |
