diff options
| author | lukeflo | 2025-05-24 17:31:33 +0200 |
|---|---|---|
| committer | lukeflo | 2025-05-24 17:31:33 +0200 |
| commit | 28030fd0830478872be2b9e86b74e0c054a96111 (patch) | |
| tree | 1d5029f00bc42a81378529816eaf55e162b9ce4f /src/main.rs | |
| parent | 7fe5acb85b9e665ec83f590942ee78b8c90d6aae (diff) | |
| download | bibiman-28030fd0830478872be2b9e86b74e0c054a96111.tar.gz bibiman-28030fd0830478872be2b9e86b74e0c054a96111.zip | |
implemented a workflow, but citekey matching still buggy
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index b218f9b..dd82c0f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,6 +59,8 @@ async fn main() -> Result<()> { BibiConfig::default() }; + cfg.cli_overwright(&parsed_args); + init_error_hooks()?; // Create an application. |
