From 475010575c62d69df39320a662b19df5a1407238 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Sat, 10 May 2025 01:21:49 -0600 Subject: [PATCH] testiung for release 7 --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6c81cac..6b79bab 100644 --- a/README.md +++ b/README.md @@ -18,37 +18,37 @@ Literally the most schizophrenically overengineered thing I have ever made. idk ``` Some take optional [branch] paramater [branch] is the esp-idf branch you desire, defaults to master if not specified. - run-esp-cmd: + run-esp-cmd reinstalls non-interactively with no delays, logouts, or reboots `run-esp-cmd` - run-esp-cmd test: + run-esp-cmd test tests the script. very fast. minimal actions taken. no reinstall is done `run-esp-cmd test [branch]` `run-esp-cmd t [branch]` - run-esp-cmd retool: + run-esp-cmd retool reinstalls bins and export.sh, nothing else `run-esp-cmd retool` `run-esp-cmd rt` - run-esp-cmd cron: + run-esp-cmd cron runs noninteractively with forced user logout and automatic reboot, plus delays `run-esp-cmd cron [branch]` `run-esp-cmd c [branch]` - run-esp-cmd update: + run-esp-cmd update updates and installs latest without reboot or user logout `run-esp-cmd update [branch]` `run-esp-cmd u [branch]` - run-esp-cmd interactive: + run-esp-cmd interactive interactively installs/reinstalls esp-idf `run-esp-cmd interactive` `run-esp-cmd i` `run-esp-cmd install` - run-esp-cmd nuke: + run-esp-cmd nuke full delete and re-download and install `run-esp-cmd nuke [branch]` `run-esp-cmd n [branch]` @@ -58,21 +58,21 @@ Some take optional [branch] paramater `run-esp-cmd nukereboot [branch]` `run-esp-cmd nr [branch]` - run-esp-cmd clearlogs: + run-esp-cmd clearlogs clear logs `run-esp-cmd clearlogs` `run-esp-cmd clear` `run-esp-cmd cl` - run-esp-cmd help: - display this help text + run-esp-cmd help + display this help text `run-esp-cmd help` `run-esp-cmd h` `run-esp-cmd -h` `run-esp-cmd --help` `help-esp-tools` - run-esp-cmd uninstall: + run-esp-cmd uninstall uninstall esp-idf `run-esp-cmd uninstall` ```