Changed everything to reflect the new name "LumberJack" in the cmake files. Fixed my doxygen notes to reflect v1.0.0

This commit is contained in:
rapturate
2026-06-09 15:35:27 -04:00
parent cf35790578
commit 92bdaee885
7 changed files with 40 additions and 27 deletions

View File

@@ -1,3 +1,14 @@
/**
* @file main.cpp
* @author Lewis Price (lewis.e.price@outlook.com)
* @brief The main run file for LumberJack TUI
* @version 1.0.0
* @date 2026-06-09
*
* @copyright Copyright (c) 2026
*
*/
#include <vector>
#include <string>
#include <algorithm>
@@ -213,7 +224,7 @@ int main() {
" Resize columns: Shift+← / Shift+→ "
"│ Switch column: ← / → "
"│ Scroll: ↑↓ or wheel "
"│ q = quit ";
"│ q / esc = quit ";
return vbox({
text(" ParseLogCLI Live Monitor ") | bold | color(Color::Blue) | border,