pub fn execute_move_command(
    package_path: Option<PathBuf>,
    build_config: BuildConfig,
    command: Command
) -> Result<()>