mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 22:10:03 +00:00
chore(raycast): prompt before continuing
This commit is contained in:
@@ -257,7 +257,8 @@ create_raycast_commands() {
|
|||||||
|
|
||||||
if is_interactive; then
|
if is_interactive; then
|
||||||
log_header "Finalizing Setup"
|
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!"
|
log_success "Raycast setup complete!"
|
||||||
else
|
else
|
||||||
log_warn "Non-interactive mode; skip Raycast reload. Please run 'Reload Script Directories' in Raycast."
|
log_warn "Non-interactive mode; skip Raycast reload. Please run 'Reload Script Directories' in Raycast."
|
||||||
|
|||||||
Reference in New Issue
Block a user