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:
13
main.cpp
13
main.cpp
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user