Refactoring Code

This commit is contained in:
Christer Warén
2025-11-10 12:40:35 +02:00
parent 5a666e6f60
commit fbaa5780d9
39 changed files with 1559 additions and 1223 deletions

View File

@@ -1,8 +1,8 @@
wx-help(){
wx-header "Help"
wxi-header "Help"
echo -n "
wxi-content text "
Usage: $0 COMMAND [OPTIONS]
Common Commands:
@@ -20,7 +20,6 @@ Common Commands:
retrieve Retrieve
save Save
sync Sync
delete Delete
clean Clean
Authentication Commands:
@@ -35,6 +34,9 @@ Management Commands:
Maintenance Commands:
install Install
update Update
uninstall Uninstall
";
wxi-footer
}