aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
}