pub fn run(action: &MigrateAction, formatter: &OutputFormatter) -> Result<()>Expand description
Run the migrate command
ยงErrors
Returns an error if confiture is not installed, or if the underlying
confiture subprocess fails (non-zero exit status or spawn failure).