diff options
| author | lukeflo | 2025-06-08 20:57:49 +0200 |
|---|---|---|
| committer | lukeflo | 2025-06-08 20:57:49 +0200 |
| commit | 9653a63d8ad5a6cc2b5edaab971ece69440e5a52 (patch) | |
| tree | 62b85d5c30bc6e187971f4839840a3ea3e4cfa39 /src/main.rs | |
| parent | 14e1613f81e5b35aef4f3f9627802e86f1716c64 (diff) | |
| download | bibiman-9653a63d8ad5a6cc2b5edaab971ece69440e5a52.tar.gz bibiman-9653a63d8ad5a6cc2b5edaab971ece69440e5a52.zip | |
Fix: light terminal flag, rm obsolete color.rs file
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index add1f2e..c956d7c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -56,7 +56,7 @@ async fn main() -> Result<()> { let mut cfg = if parsed_args.cfg_path.is_some() { BibiConfig::parse_config(&parsed_args)? } else { - BibiConfig::default() + BibiConfig::new(&parsed_args) }; cfg.cli_overwrite(&parsed_args); |
