class Git::Commands::Maintenance::Start

Initialize and start background maintenance on the current repository

@example Start background maintenance with default scheduler

Git::Commands::Maintenance::Start.new(execution_context).call

@example Start with a specific scheduler

Git::Commands::Maintenance::Start.new(execution_context).call(scheduler: 'crontab')

@note โ€˜arguments` block audited against git-scm.com/docs/git-maintenance/2.54.0

@see Git::Commands::Maintenance Git::Commands::Maintenance for the full sub-command list

@see git-scm.com/docs/git-maintenance git-maintenance documentation

@api private