mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
rename src/{clap -> args}.rs
This commit is contained in:
parent
b34e001997
commit
3650fde0ac
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ use tower_http::{
|
|||
use tracing::{debug, info, info_span, warn, Instrument};
|
||||
|
||||
mod api;
|
||||
mod clap;
|
||||
mod args;
|
||||
mod config;
|
||||
mod database;
|
||||
mod error;
|
||||
|
|
@ -108,7 +108,7 @@ async fn main() -> ExitCode {
|
|||
async fn try_main() -> Result<(), error::Main> {
|
||||
use error::Main as Error;
|
||||
|
||||
clap::parse();
|
||||
args::parse();
|
||||
|
||||
// Initialize config
|
||||
let raw_config = Figment::new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue