extracts longlog metadata including updated date

This commit is contained in:
2026-06-09 21:29:10 +01:00
parent 0065d36bc8
commit ce1ebb3ad3
4 changed files with 59 additions and 3 deletions
+4 -1
View File
@@ -37,9 +37,12 @@ layout="default"
postprocess_cmd="echo"
use_filenames_for_titles=0
while getopts "i:l:p:t" opt
while getopts "a:i:l:p:t" opt
do
case $opt in
a)
extract_args_cmd="$OPTARG"
;;
i)
log_name="$OPTARG"
;;