class Git::Commands::Maintenance::Stop

Halt the background maintenance schedule

@example Stop background maintenance

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

@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