Functionsยง
- clean_
deploy ๐ - clean_
package ๐ - execute
- prompt_
sudo_ ๐retry - Ask the user (y/N) whether to retry the failed paths with
sudo rm -rf. Returns Ok(()) if the retry succeeded or the user opted out cleanly. Returns Err if sudo failed or the user declined and we want to surface that as a non-zero exit.