Skip to main content

run

Function run 

Source
pub fn run(args: &MigrateArgs) -> Result<ExitCode, RippyError>
Expand description

Run the rippy migrate subcommand.

§Errors

Returns RippyError if the input config cannot be read/parsed or the output cannot be written.