Add support for a configuration file

This commit is contained in:
Marc Plano-Lesay 2024-10-30 17:46:14 +11:00
parent a34dbb7fd3
commit b9664b43c8
10 changed files with 505 additions and 63 deletions

View file

@ -1,4 +1,4 @@
use anyhow::Result;
use color_eyre::eyre::Result;
use crate::Client;