Complete overhaul of how daisy core tools are called, as well as changes to the help system

This commit is contained in:
Sam Hardeman 2026-03-30 01:48:18 +02:00
parent 74ed7582f9
commit 3fa3daacba
9 changed files with 1263 additions and 682 deletions

View file

@ -36,7 +36,8 @@ case_cm2=" exec help_fn"
case_cm3=" ;;"
case_p2="esac"
func_p1="function $OPTION_fn() {"
func_p1="function $OPTION_fn()
{"
func_p2=" exit($?)"
func_p3="}"