diff options
| author | lukeflo | 2024-12-01 15:43:49 +0100 |
|---|---|---|
| committer | lukeflo | 2024-12-01 15:43:49 +0100 |
| commit | e50efa9b061785c2bfb809857f3f727882cc5886 (patch) | |
| tree | 9005deec9b4941adabb2028c81c70e02847d1b13 /src/cliargs.rs | |
| parent | 4ed7e3a1d7a3ccfcbbed844950cfbe42fba8c290 (diff) | |
| download | bibiman-e50efa9b061785c2bfb809857f3f727882cc5886.tar.gz bibiman-e50efa9b061785c2bfb809857f3f727882cc5886.zip | |
info for needed step after impl config
Diffstat (limited to 'src/cliargs.rs')
| -rw-r--r-- | src/cliargs.rs | 2 |
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, } |
