mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 02:47:00 +05:30
feat: set up tracing
This commit is contained in:
parent
6c02e4edfd
commit
b37ede3442
4 changed files with 157 additions and 18 deletions
|
@ -1,5 +1,6 @@
|
|||
pub(crate) mod cli;
|
||||
pub(crate) mod git;
|
||||
pub(crate) mod logging;
|
||||
pub(crate) mod model;
|
||||
|
||||
use clap::Parser;
|
||||
|
@ -8,6 +9,7 @@ use git::freeze_repos;
|
|||
use git::thaw_repos;
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
logging::init()?;
|
||||
let opts = Opts::parse();
|
||||
|
||||
match opts.subcommand {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue