60-beta2.4

This commit is contained in:
2024-11-12 10:08:04 -07:00
parent 81f4e89a8b
commit 99a42d816e
4 changed files with 26 additions and 7 deletions
+9
View File
@@ -6,26 +6,35 @@ Modes:
test:
tests the script. very fast. minimal actions taken. no reinstall is done
`bash reinstall-esp-idf.sh test`
`bash reinstall-esp-idf.sh t`
retool:
reinstalls bins and export.sh, nothing else
`bash reinstall-esp-idf.sh retool`
`bash reinstall-esp-idf.sh rt`
cron:
runs noninteractively with forced user logout and automatic reboot, plus delays
`bash reinstall-esp-idf.sh cron`
`bash reinstall-esp-idf.sh c`
interactive:
interactively installs/reinstalls esp-idf
`bash reinstall-esp-idf.sh interactive`
`bash reinstall-esp-idf.sh i`
clearlogs:
clear logs
`bash reinstall-esp-idf.sh clearlogs`
`bash reinstall-esp-idf.sh clear`
`bash reinstall-esp-idf.sh cl`
help:
display this help text
`bash reinstall-esp-idf.sh help`
`bash reinstall-esp-idf.sh h`
`bash reinstall-esp-idf.sh -h`
`bash reinstall-esp-idf.sh --help`
Usage: