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.
pub fn run(args: &MigrateArgs) -> Result<ExitCode, RippyError>Run the rippy migrate subcommand.
Returns RippyError if the input config cannot be read/parsed
or the output cannot be written.