MCPcopy Create free account
hub / github.com/dallay/agentsync / confirm_migration

Method confirm_migration

src/init.rs:1590–1595  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1588
1589 impl InitWizardRenderer for DialoguerInitWizardRenderer {
1590 fn confirm_migration(&mut self) -> Result<bool> {
1591 Ok(Confirm::with_theme(&ColorfulTheme::default())
1592 .with_prompt("Would you like to migrate these files to the .agents/ directory?")
1593 .default(true)
1594 .interact()?)
1595 }
1596
1597 fn select_files_to_migrate(
1598 &mut self,

Callers 1

select_wizard_filesFunction · 0.80

Calls 1

defaultMethod · 0.45

Tested by

no test coverage detected