aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlukeflo2024-12-01 15:43:49 +0100
committerlukeflo2024-12-01 15:43:49 +0100
commite50efa9b061785c2bfb809857f3f727882cc5886 (patch)
tree9005deec9b4941adabb2028c81c70e02847d1b13 /src
parent4ed7e3a1d7a3ccfcbbed844950cfbe42fba8c290 (diff)
downloadbibiman-e50efa9b061785c2bfb809857f3f727882cc5886.tar.gz
bibiman-e50efa9b061785c2bfb809857f3f727882cc5886.zip
info for needed step after impl config
Diffstat (limited to 'src')
-rw-r--r--src/cliargs.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cliargs.rs b/src/cliargs.rs
index 5f83eb3..71ba38c 100644
--- a/src/cliargs.rs
+++ b/src/cliargs.rs
@@ -31,6 +31,8 @@ pub struct CLIArgs {
pub versionarg: bool,
pub pos_args: Vec<PathBuf>,
pub files: Vec<PathBuf>,
+ // INFO: AppColors struct later should be moved to config/app struct
+ // when config file is implemented
pub colors: AppColors,
}