1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 11:31:46 +00:00

chore(raycast): prompt before continuing

This commit is contained in:
tw93
2026-02-04 16:58:39 +08:00
parent ba1a21f8e7
commit 8861fe6b5f

View File

@@ -257,7 +257,8 @@ create_raycast_commands() {
if is_interactive; then
log_header "Finalizing Setup"
prompt_enter "Press [Enter] after finishing the steps above in Raycast..."
log_warn "Please complete the Raycast steps above before continuing."
prompt_enter "Press [Enter] to continue..."
log_success "Raycast setup complete!"
else
log_warn "Non-interactive mode; skip Raycast reload. Please run 'Reload Script Directories' in Raycast."