refactor: Config::default_adapter returns an adapter, not its config
modified src/bin/cib.rs
@@ -13,7 +13,6 @@ use clap::Parser;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -173,10 +172,7 @@ impl QueuedCmd {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -264,11 +260,7 @@ impl ProcessEventsCmd {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -10,7 +10,7 @@ use std::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,9 +56,11 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -117,6 +119,14 @@ impl AdapterConfig {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|