Added log tool

This commit is contained in:
Your Name
2025-10-06 17:48:22 +11:00
parent 1d49683d3c
commit 4a9683a256
2 changed files with 125 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Usage: log [OPERATION] [ARGS]
Tool to manage system logs.
OPERATION Operation to do with the system logs.
view [LOG] View a log file.
list List all logs.
clear [LOG*] Clear a log file, or all if none specified.
info/warn/error [LOG] [TEXT] Create a log entry for the specified log at the specified log level.
ARGS Arguments (specified under OPERATION)
Examples:
log view example
log list
log clear example
log info example This is an example.