General Enhancements #4

Merged
me merged 64 commits from dev into main 2025-06-16 12:33:16 -07:00
12 changed files with 553 additions and 92 deletions
Showing only changes of commit 69c1093289 - Show all commits

View File

@ -158,7 +158,7 @@
function_update: |
function update() {
PROG=$FUNCNAME
usage="Usage: $PROG [-y]
usage="Usage: $PROG [-y] [-g] [-s] [-f]
$PROG is used to run all the system's package manager commands
in one swoop. Flow stops if any command returns a failure code.
The hope is to run something as easy as 'pacman -Syyu'.